omit semicolon, so REGISTER_ACTOR_CLASS(x) can't be parsed as
a prototype
This commit is contained in:
@@ -77,7 +77,7 @@ void HelpDisplay::Update( float fDeltaTime )
|
||||
#include "Style.h"
|
||||
#include "Foreach.h"
|
||||
|
||||
REGISTER_ACTOR_CLASS( GenreDisplay );
|
||||
REGISTER_ACTOR_CLASS( GenreDisplay )
|
||||
|
||||
GenreDisplay::GenreDisplay()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user