In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/PowderToySDL.cpp:41: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/debug/DebugLines.cpp:2: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/debug/ParticleDebug.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/CommandInterface.cpp:7: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/LegacyLuaAPI.cpp:16: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/LuaScriptInterface.cpp:15: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/LuaTextbox.cpp:6: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/lua/TPTScriptInterface.cpp:10: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/colourpicker/ColourPickerActivity.cpp:3: In file included from src/gui/colourpicker/ColourPickerActivity.h:7: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/console/ConsoleController.cpp:2: In file included from src/gui/console/ConsoleController.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/console/ConsoleModel.cpp:2: In file included from src/gui/console/ConsoleModel.h:6: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/console/ConsoleView.cpp:1: In file included from src/gui/console/ConsoleView.h:10: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/dialogues/TextPrompt.cpp:2: In file included from src/gui/dialogues/TextPrompt.h:5: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/elementsearch/ElementSearchActivity.cpp:3: In file included from src/gui/elementsearch/ElementSearchActivity.h:7: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/filebrowser/FileBrowserActivity.cpp:5: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/font/FontEditor.cpp:7: In file included from src/gui/font/FontEditor.h:11: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/GameController.cpp:6: In file included from src/gui/game/GameController.h:5: In file included from src/gui/game/GameView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/GameModel.cpp:1: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/GameView.cpp:3: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/PropertyTool.cpp:9: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/SampleTool.cpp:4: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/game/SignTool.cpp:8: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/interface/Textbox.cpp:9: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/localbrowser/LocalBrowserView.cpp:7: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/login/LoginView.cpp:6: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/options/OptionsController.cpp:1: In file included from src/gui/options/OptionsController.h:6: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/options/OptionsModel.cpp:2: In file included from src/gui/game/GameModel.h:10: In file included from src/gui/game/GameView.h:8: In file included from src/gui/game/GameController.h:9: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/options/OptionsView.cpp:10: In file included from src/gui/options/OptionsView.h:8: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/preview/PreviewController.cpp:2: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/preview/PreviewModel.cpp:2: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/preview/PreviewView.cpp:4: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/profile/ProfileActivity.cpp:4: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/save/LocalSaveActivity.cpp:3: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/save/ServerSaveActivity.cpp:4: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/search/SearchController.cpp:2: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/search/SearchModel.cpp:1: In file included from src/gui/search/SearchModel.h:10: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. 10 warnings generated. In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/search/SearchView.cpp:1: In file included from src/gui/search/SearchView.h:5: In file included from src/gui/search/SearchController.h:7: In file included from src/gui/preview/PreviewController.h:4: In file included from src/gui/preview/PreviewModel.h:6: In file included from src/gui/preview/PreviewView.h:14: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:31:15: warning: 'SetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void SetText(String text); ^ src/gui/interface/Label.h:50:16: note: overridden virtual function is here virtual void SetText(String text); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:32:17: warning: 'GetText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual String GetText(); ^ src/gui/interface/Label.h:52:18: note: overridden virtual function is here virtual String GetText(); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:53:15: warning: 'Tick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Tick(float dt); ^ src/gui/interface/Label.h:67:16: note: overridden virtual function is here virtual void Tick(float dt); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:54:15: warning: 'OnContextMenuAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnContextMenuAction(int item); ^ src/gui/interface/Label.h:61:16: note: overridden virtual function is here virtual void OnContextMenuAction(int item); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:55:15: warning: 'OnMouseClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseClick(int x, int y, unsigned button); ^ src/gui/interface/Label.h:62:16: note: overridden virtual function is here virtual void OnMouseClick(int x, int y, unsigned button); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:56:15: warning: 'OnMouseUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseUp(int x, int y, unsigned button); ^ src/gui/interface/Label.h:63:16: note: overridden virtual function is here virtual void OnMouseUp(int x, int y, unsigned button); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:57:15: warning: 'OnMouseMoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ src/gui/interface/Label.h:64:16: note: overridden virtual function is here virtual void OnMouseMoved(int localx, int localy, int dx, int dy); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:58:15: warning: 'OnKeyPress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Label.h:65:16: note: overridden virtual function is here virtual void OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:60:15: warning: 'OnKeyRelease' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ src/gui/interface/Component.h:204:16: note: overridden virtual function is here virtual void OnKeyRelease(int key, int scan, bool repeat, bool shift, bool ctrl, bool alt); ^ In file included from src/gui/tags/TagsView.cpp:11: src/gui/interface/Textbox.h:62:15: warning: 'Draw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Draw(const Point& screenPos); ^ src/gui/interface/Label.h:66:16: note: overridden virtual function is here virtual void Draw(const Point& screenPos); ^ 10 warnings generated. src/simulation/elements/NEUT.cpp:134:45: warning: '&&' within '||' [-Wlogical-op-parentheses] if(typr == PT_PLUT || typr == PT_GASEOUS && parts[idr].ctype == PT_PLUT || typr == PT_PLSM && parts[idr].ctype == PT_PLUT || typr == PT_LAVA && parts[idr].ctype == PT_PLUT){ ~~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:134:45: note: place parentheses around the '&&' expression to silence this warning if(typr == PT_PLUT || typr == PT_GASEOUS && parts[idr].ctype == PT_PLUT || typr == PT_PLSM && parts[idr].ctype == PT_PLUT || typr == PT_LAVA && parts[idr].ctype == PT_PLUT){ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:134:95: warning: '&&' within '||' [-Wlogical-op-parentheses] if(typr == PT_PLUT || typr == PT_GASEOUS && parts[idr].ctype == PT_PLUT || typr == PT_PLSM && parts[idr].ctype == PT_PLUT || typr == PT_LAVA && parts[idr].ctype == PT_PLUT){ ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:134:95: note: place parentheses around the '&&' expression to silence this warning if(typr == PT_PLUT || typr == PT_GASEOUS && parts[idr].ctype == PT_PLUT || typr == PT_PLSM && parts[idr].ctype == PT_PLUT || typr == PT_LAVA && parts[idr].ctype == PT_PLUT){ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:134:145: warning: '&&' within '||' [-Wlogical-op-parentheses] if(typr == PT_PLUT || typr == PT_GASEOUS && parts[idr].ctype == PT_PLUT || typr == PT_PLSM && parts[idr].ctype == PT_PLUT || typr == PT_LAVA && parts[idr].ctype == PT_PLUT){ ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:134:145: note: place parentheses around the '&&' expression to silence this warning if(typr == PT_PLUT || typr == PT_GASEOUS && parts[idr].ctype == PT_PLUT || typr == PT_PLSM && parts[idr].ctype == PT_PLUT || typr == PT_LAVA && parts[idr].ctype == PT_PLUT){ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:166:52: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if(typr == PT_URAN || typr == PT_GASEOUS && parts[idr].ctype == PT_URAN || typr == PT_PLSM && parts[idr].ctype == PT_URAN || typr == PT_LAVA && parts[idr].ctype == PT_URAN){ ~~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:166:52: note: place parentheses around the '&&' expression to silence this warning } else if(typr == PT_URAN || typr == PT_GASEOUS && parts[idr].ctype == PT_URAN || typr == PT_PLSM && parts[idr].ctype == PT_URAN || typr == PT_LAVA && parts[idr].ctype == PT_URAN){ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:166:102: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if(typr == PT_URAN || typr == PT_GASEOUS && parts[idr].ctype == PT_URAN || typr == PT_PLSM && parts[idr].ctype == PT_URAN || typr == PT_LAVA && parts[idr].ctype == PT_URAN){ ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:166:102: note: place parentheses around the '&&' expression to silence this warning } else if(typr == PT_URAN || typr == PT_GASEOUS && parts[idr].ctype == PT_URAN || typr == PT_PLSM && parts[idr].ctype == PT_URAN || typr == PT_LAVA && parts[idr].ctype == PT_URAN){ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:166:152: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if(typr == PT_URAN || typr == PT_GASEOUS && parts[idr].ctype == PT_URAN || typr == PT_PLSM && parts[idr].ctype == PT_URAN || typr == PT_LAVA && parts[idr].ctype == PT_URAN){ ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/simulation/elements/NEUT.cpp:166:152: note: place parentheses around the '&&' expression to silence this warning } else if(typr == PT_URAN || typr == PT_GASEOUS && parts[idr].ctype == PT_URAN || typr == PT_PLSM && parts[idr].ctype == PT_URAN || typr == PT_LAVA && parts[idr].ctype == PT_URAN){ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. src/simulation/elements/SOLID.cpp:27:11: warning: implicit conversion from 'double' to 'int' changes value from 0.5 to 0 [-Wliteral-conversion] Weight = 0.5; ~ ^~~ 1 warning generated.