aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiVolumeChange.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 16:19:54 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 16:19:54 +0100
commitad148587dcf5244c2d2011dba339786c765c54c4 (patch)
treebdd914121cd326da2ed26679838878e3edffc841 /src/gui/guiVolumeChange.h
parent1145b05ea0bda87dc0827821385810eced08f774 (diff)
downloaddragonfireclient-ad148587dcf5244c2d2011dba339786c765c54c4.tar.xz
Make Lint Happy
Diffstat (limited to 'src/gui/guiVolumeChange.h')
-rw-r--r--src/gui/guiVolumeChange.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/guiVolumeChange.h b/src/gui/guiVolumeChange.h
index 466e17f9d..f1347a491 100644
--- a/src/gui/guiVolumeChange.h
+++ b/src/gui/guiVolumeChange.h
@@ -28,8 +28,7 @@ class ISimpleTextureSource;
class GUIVolumeChange : public GUIModalMenu
{
public:
- GUIVolumeChange(gui::IGUIEnvironment* env,
- gui::IGUIElement* parent, s32 id,
+ GUIVolumeChange(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id,
IMenuManager *menumgr, ISimpleTextureSource *tsrc);
~GUIVolumeChange();
@@ -41,7 +40,7 @@ public:
void drawMenu();
- bool OnEvent(const SEvent& event);
+ bool OnEvent(const SEvent &event);
bool pausesGame() { return true; }