aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors/audio_info_pda_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actors/audio_info_pda_button.h')
-rw-r--r--engines/pink/objects/actors/audio_info_pda_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pink/objects/actors/audio_info_pda_button.h b/engines/pink/objects/actors/audio_info_pda_button.h
index 4631bafd39..fbff88f65b 100644
--- a/engines/pink/objects/actors/audio_info_pda_button.h
+++ b/engines/pink/objects/actors/audio_info_pda_button.h
@@ -36,8 +36,8 @@ class AudioInfoPDAButton : public Actor {
public:
void toConsole();
- void onMouseOver(Common::Point point, CursorMgr *mgr);
- void onHover(Common::Point point, const Common::String &itemName, CursorMgr *cursorMgr) override;
+ void onMouseOver(const Common::Point point, CursorMgr *mgr);
+ void onHover(const Common::Point point, const Common::String &itemName, CursorMgr *cursorMgr) override;
bool onLeftClickMessage() override;
};