зеркало из https://github.com/mozilla/gecko-dev.git
Bug 891239 - OmxPlugin.cpp:1027:35: error: expected ';' after top level declarator when using clang. r=doublec
This commit is contained in:
Родитель
1db230cd9a
Коммит
1460ce0c90
|
@ -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
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче