summaryrefslogtreecommitdiff
path: root/src/gui/guiTable.cpp
diff options
context:
space:
mode:
authorDS-Minetest <vorunbekannt75@web.de>2019-07-27 15:44:11 +0200
committersfan5 <sfan5@live.de>2019-07-29 21:45:39 +0200
commit115ef6c09c640598695d5d506a7a8e1ab928174b (patch)
treea8fedab1b6c3f18fb6f41efbce0480f5cc2e3240 /src/gui/guiTable.cpp
parent4aa9a669cb184b77213e8df82eb20eda5aad9004 (diff)
downloadminetest-115ef6c09c640598695d5d506a7a8e1ab928174b.tar.gz
minetest-115ef6c09c640598695d5d506a7a8e1ab928174b.tar.bz2
minetest-115ef6c09c640598695d5d506a7a8e1ab928174b.zip
Rename guiScrollBar to GUIScrollBar
Diffstat (limited to 'src/gui/guiTable.cpp')
-rw-r--r--src/gui/guiTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiTable.cpp b/src/gui/guiTable.cpp
index 371e7ab6c..c705e17fb 100644
--- a/src/gui/guiTable.cpp
+++ b/src/gui/guiTable.cpp
@@ -61,7 +61,7 @@ GUITable::GUITable(gui::IGUIEnvironment *env,
}
const s32 s = skin->getSize(gui::EGDS_SCROLLBAR_SIZE);
- m_scrollbar = new guiScrollBar(Environment, this, -1,
+ m_scrollbar = new GUIScrollBar(Environment, this, -1,
core::rect<s32>(RelativeRect.getWidth() - s,
0,
RelativeRect.getWidth(),