diff --git a/src/gui/guiScrollBar.h b/src/gui/guiScrollBar.h index cb8f3cb01bcf..29493bb99322 100644 --- a/src/gui/guiScrollBar.h +++ b/src/gui/guiScrollBar.h @@ -23,7 +23,8 @@ class GUIScrollBar : public IGUIElement GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect rectangle, bool horizontal, bool auto_scale); - enum ArrowVisibility { + enum ArrowVisibility + { HIDE, SHOW, DEFAULT