aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/stop_phonograph_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/stop_phonograph_button.h')
-rw-r--r--engines/titanic/game/stop_phonograph_button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/stop_phonograph_button.h b/engines/titanic/game/stop_phonograph_button.h
index d416c4f8fe..9388e6eda0 100644
--- a/engines/titanic/game/stop_phonograph_button.h
+++ b/engines/titanic/game/stop_phonograph_button.h
@@ -30,6 +30,7 @@ namespace Titanic {
class CStopPhonographButton : public CBackground {
DECLARE_MESSAGE_MAP;
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
public:
CLASSDEF;