From 4d79ee16c07e2398e9058fe93947b4704cd6048a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 20:30:56 -0400 Subject: TITANIC: Add semicolon after CLASSDEF macro usage --- engines/titanic/game/throw_tv_down_well.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/throw_tv_down_well.h') diff --git a/engines/titanic/game/throw_tv_down_well.h b/engines/titanic/game/throw_tv_down_well.h index ce10264230..b6003aa3ef 100644 --- a/engines/titanic/game/throw_tv_down_well.h +++ b/engines/titanic/game/throw_tv_down_well.h @@ -32,7 +32,7 @@ public: CString _strValue; int _numValue; public: - CLASSDEF + CLASSDEF; CThrowTVDownWell() : CGameObject(), _numValue(0) {} /** -- cgit v1.2.3