aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/toggle_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/toggle_button.cpp')
-rw-r--r--engines/titanic/gfx/toggle_button.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/gfx/toggle_button.cpp b/engines/titanic/gfx/toggle_button.cpp
index 8284d35aac..3bb2e967e9 100644
--- a/engines/titanic/gfx/toggle_button.cpp
+++ b/engines/titanic/gfx/toggle_button.cpp
@@ -24,6 +24,8 @@
namespace Titanic {
+EMPTY_MESSAGE_MAP(CToggleButton, CBackground)
+
void CToggleButton::save(SimpleFile *file, int indent) const {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);