summaryrefslogtreecommitdiffstats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-05-26 17:45:15 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-05-27 10:19:04 +0200
commit538745a731d07facd7a1574c04a5d34d23ce3bfa (patch)
tree4c3cee3371c06faf7b78dcf859da3cc5cf8ac242 /src/ui/window.h
parent1a3aa0d60f85a10b24fffcdeadf2dff859699409 (diff)
downloadcolobot-538745a731d07facd7a1574c04a5d34d23ce3bfa.tar.gz
colobot-538745a731d07facd7a1574c04a5d34d23ce3bfa.tar.bz2
colobot-538745a731d07facd7a1574c04a5d34d23ce3bfa.zip
Fixed some compilation warnings
* fixed warnings about hiding virtual functions and several others
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index e39b8a9..6cb6e5d 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -83,7 +83,7 @@ public:
EventType GetEventTypeFull();
EventType GetEventTypeClose();
- void SetName(std::string name);
+ virtual void SetName(std::string name, bool tooltip = true) override;
void SetTrashEvent(bool bTrash);
bool GetTrashEvent();