Skip to content

Commit

Permalink
Fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 23, 2021
1 parent 091cc39 commit e065124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RenderSystems/GL3Plus/src/OgreGL3PlusEngineDll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Ogre
# if __cplusplus >= 201103L
extern "C" void _OgreGL3PlusExport dllStartPlugin( void ) noexcept( false )
# else
extern "C" void _OgreD3D11Export dllStartPlugin( void ) throw( Exception )
extern "C" void _OgreGL3PlusExport dllStartPlugin( void ) throw( Exception )
# endif
{
plugin = OGRE_NEW GL3PlusPlugin();
Expand Down

0 comments on commit e065124

Please sign in to comment.