diff options
Diffstat (limited to '')
-rw-r--r-- | source/UI/Window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/UI/Window.h b/source/UI/Window.h index c119d79ab..7bd87a2ce 100644 --- a/source/UI/Window.h +++ b/source/UI/Window.h @@ -72,7 +72,7 @@ public: void Clicked( cPlayer & a_Player, int a_WindowID, - short a_SlotNum, bool a_IsRightClick, bool a_IsShiftPressed, + short a_SlotNum, eClickAction a_ClickAction, const cItem & a_ClickedItem ); |