TITANIC: Fix warnings

This commit is contained in:
Eugene Sandulenko 2016-08-01 01:19:32 +03:00
parent 7ace328cb8
commit 605d915d90

View File

@ -81,7 +81,7 @@ protected: \
{ &TheBaseClass::getThisMessageMap, &_messageEntries[0] }; \
return &messageMap; \
} \
static const int DUMMY = 0
enum { DUMMY }
class CMessageTarget: public CSaveableObject {
DECLARE_MESSAGE_MAP;