diff options
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(); |