Michael 2 years ago
parent
commit
ac64b9f2b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/lobby/OptionsTab.h

+ 1 - 1
client/lobby/OptionsTab.h

@@ -138,7 +138,7 @@ public:
 		void recreate();
 		void setSelection();
 		int getElement(const Point & cursorPosition);
-		void setElement(int element);
+		void setElement(int element, bool apply);
 
 		void clickReleased(const Point & cursorPosition) override;
 		void showPopupWindow(const Point & cursorPosition) override;