diff options
author | DS-Minetest <vorunbekannt75@web.de> | 2019-07-27 15:44:11 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-07-29 21:45:39 +0200 |
commit | 115ef6c09c640598695d5d506a7a8e1ab928174b (patch) | |
tree | a8fedab1b6c3f18fb6f41efbce0480f5cc2e3240 /src/gui/guiScrollBar.h | |
parent | 4aa9a669cb184b77213e8df82eb20eda5aad9004 (diff) | |
download | minetest-115ef6c09c640598695d5d506a7a8e1ab928174b.tar.gz minetest-115ef6c09c640598695d5d506a7a8e1ab928174b.tar.bz2 minetest-115ef6c09c640598695d5d506a7a8e1ab928174b.zip |
Rename guiScrollBar to GUIScrollBar
Diffstat (limited to 'src/gui/guiScrollBar.h')
-rw-r--r-- | src/gui/guiScrollBar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/guiScrollBar.h b/src/gui/guiScrollBar.h index 2236ff5b9..349411fc1 100644 --- a/src/gui/guiScrollBar.h +++ b/src/gui/guiScrollBar.h @@ -17,10 +17,10 @@ the arrow buttons where there is insufficient space. using namespace irr; using namespace gui; -class guiScrollBar : public IGUIElement +class GUIScrollBar : public IGUIElement { public: - guiScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id, + GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect<s32> rectangle, bool horizontal, bool auto_scale); virtual void draw(); |