projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f45bfd
)
Fix failing build due to code style error
author
rubenwardy
<rw@rubenwardy.com>
Fri, 6 Dec 2019 23:00:54 +0000
(23:00 +0000)
committer
rubenwardy
<rw@rubenwardy.com>
Fri, 6 Dec 2019 23:00:54 +0000
(23:00 +0000)
src/gui/guiScrollBar.h
patch
|
blob
|
history
diff --git
a/src/gui/guiScrollBar.h
b/src/gui/guiScrollBar.h
index cb8f3cb01bcf1f1861a14cc9296c27e017ca8153..29493bb993220f8d8d23c9c6c94240f24daf3ae4 100644
(file)
--- 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