summaryrefslogtreecommitdiff
path: root/src/gui/guiTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiTable.h')
-rw-r--r--src/gui/guiTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiTable.h b/src/gui/guiTable.h
index 1893be5c3..11093ea72 100644
--- a/src/gui/guiTable.h
+++ b/src/gui/guiTable.h
@@ -199,7 +199,7 @@ protected:
video::SColor m_highlight_text = video::SColor(255, 255, 255, 255);
s32 m_rowheight = 1;
gui::IGUIFont *m_font = nullptr;
- guiScrollBar *m_scrollbar = nullptr;
+ GUIScrollBar *m_scrollbar = nullptr;
// Allocated strings and images
std::vector<core::stringw> m_strings;