From 5c2a39e74ac1cf8b67e17fe25e00bcca487c9f99 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 28 Jun 2016 21:18:13 -0400 Subject: TITANIC: Set up empty message targets for classes without messages --- engines/titanic/gfx/keybrd_butt.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic/gfx/keybrd_butt.cpp') diff --git a/engines/titanic/gfx/keybrd_butt.cpp b/engines/titanic/gfx/keybrd_butt.cpp index 3e7f5c19de..4a18d99f0a 100644 --- a/engines/titanic/gfx/keybrd_butt.cpp +++ b/engines/titanic/gfx/keybrd_butt.cpp @@ -24,6 +24,8 @@ namespace Titanic { +EMPTY_MESSAGE_MAP(CKeybrdButt, CToggleSwitch) + CKeybrdButt::CKeybrdButt() : CToggleSwitch() { } -- cgit v1.2.3