From 115ef6c09c640598695d5d506a7a8e1ab928174b Mon Sep 17 00:00:00 2001 From: DS-Minetest Date: Sat, 27 Jul 2019 15:44:11 +0200 Subject: Rename guiScrollBar to GUIScrollBar --- src/gui/guiTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/guiTable.h') 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 m_strings; -- cgit v1.2.3