diff options
Diffstat (limited to 'engines/pink/objects/actors/audio_info_pda_button.h')
-rw-r--r-- | engines/pink/objects/actors/audio_info_pda_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/actors/audio_info_pda_button.h b/engines/pink/objects/actors/audio_info_pda_button.h index fbff88f65b..6eee840cce 100644 --- a/engines/pink/objects/actors/audio_info_pda_button.h +++ b/engines/pink/objects/actors/audio_info_pda_button.h @@ -37,7 +37,7 @@ public: void toConsole(); void onMouseOver(const Common::Point point, CursorMgr *mgr); - void onHover(const Common::Point point, const Common::String &itemName, CursorMgr *cursorMgr) override; + void onMouseOverWithItem(const Common::Point point, const Common::String &itemName, CursorMgr *cursorMgr) override; bool onLeftClickMessage() override; }; |