Skip to content

Commit

Permalink
Fix failing build due to code style error
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Dec 6, 2019
1 parent 4f45bfd commit 51f2308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/guiScrollBar.h
Expand Up @@ -23,7 +23,8 @@ class GUIScrollBar : public IGUIElement
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
core::rect<s32> rectangle, bool horizontal, bool auto_scale);

enum ArrowVisibility {
enum ArrowVisibility
{
HIDE,
SHOW,
DEFAULT
Expand Down

0 comments on commit 51f2308

Please sign in to comment.