summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index d8f01f929..4a4750b43 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -185,7 +185,7 @@ enum WindowDefaultPosition {
* Scrollbar data structure
*/
class Scrollbar {
-public: // To become private
+private:
uint16 count; ///< Number of elements in the list
uint16 cap; ///< Number of visible elements of the scroll bar
uint16 pos; ///< Index of first visible item of the list