aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/pet_messages.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-24 20:30:56 -0400
committerPaul Gilbert2016-07-24 20:30:56 -0400
commit4d79ee16c07e2398e9058fe93947b4704cd6048a (patch)
tree50c5234e21822d777e9a989c9af918feb6654a22 /engines/titanic/messages/pet_messages.h
parenteb98b984fb5a630422013ab5f030d49b0aa39552 (diff)
downloadscummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.tar.gz
scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.tar.bz2
scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.zip
TITANIC: Add semicolon after CLASSDEF macro usage
Diffstat (limited to 'engines/titanic/messages/pet_messages.h')
-rw-r--r--engines/titanic/messages/pet_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/messages/pet_messages.h b/engines/titanic/messages/pet_messages.h
index f7d9c301a6..48e5bab64c 100644
--- a/engines/titanic/messages/pet_messages.h
+++ b/engines/titanic/messages/pet_messages.h
@@ -47,7 +47,7 @@ MESSAGE2(CPETTargetMsg, CString, name, "", int, numValue, -1);
public: \
NAME() : CPETTargetMsg() {} \
NAME(const CString &name, int num) : CPETTargetMsg(name, num) {} \
- CLASSDEF \
+ CLASSDEF; \
static bool isSupportedBy(const CTreeItem *item) { \
return supports(item, _type); \
} \