omit semicolon, so REGISTER_ACTOR_CLASS(x) can't be parsed as

a prototype
This commit is contained in:
Glenn Maynard
2005-02-23 19:09:13 +00:00
parent bb032d6a2b
commit fc1c863f8a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// lua start
LUA_REGISTER_CLASS( ScoreDisplayCalories )
// lua end
REGISTER_ACTOR_CLASS( ScoreDisplayCalories );
REGISTER_ACTOR_CLASS( ScoreDisplayCalories )
ScoreDisplayCalories::ScoreDisplayCalories()
{