summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/guiScrollBar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/guiScrollBar.h b/src/gui/guiScrollBar.h
index cb8f3cb01..29493bb99 100644
--- a/src/gui/guiScrollBar.h
+++ b/src/gui/guiScrollBar.h
@@ -23,7 +23,8 @@ public:
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
core::rect<s32> rectangle, bool horizontal, bool auto_scale);
- enum ArrowVisibility {
+ enum ArrowVisibility
+ {
HIDE,
SHOW,
DEFAULT