Bug 891239 - OmxPlugin.cpp:1027:35: error: expected ';' after top level declarator when using clang. r=doublec

This commit is contained in:
Makoto Kato 2013-07-10 11:20:20 +09:00
Родитель 1db230cd9a
Коммит 1460ce0c90
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1024,7 +1024,7 @@ static bool CreateDecoder(PluginHost *aPluginHost, Decoder *aDecoder, const char
} // namespace OmxPlugin
// Export the manifest so MPAPI can find our entry points.
Manifest MOZ_EXPORT MPAPI_MANIFEST {
Manifest MOZ_EXPORT MPAPI_MANIFEST = {
OmxPlugin::CanDecode,
OmxPlugin::CreateDecoder
};