Fix all warnings reported by clang
This commit is contained in:
@@ -44,11 +44,7 @@ class GUIVolumeChange : public GUIModalMenu
|
||||
|
||||
bool OnEvent(const SEvent& event);
|
||||
|
||||
bool pausesGame(){ return true; }
|
||||
|
||||
private:
|
||||
Client* m_client;
|
||||
|
||||
bool pausesGame() { return true; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user