]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/gui/guiTable.h
Rename guiScrollBar to GUIScrollBar
[dragonfireclient.git] / src / gui / guiTable.h
index 1893be5c3ab3a61c3735b6e73c9d70d96f9ac774..11093ea723c697855f4adb3e2150212f1275d239 100644 (file)
@@ -199,7 +199,7 @@ class GUITable : public gui::IGUIElement
        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;