aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 23:22:16 +0000
committerPaweł Kołodziejski2003-11-08 23:22:16 +0000
commit14b7d027a24391b39e29b7168b8d67b2b6ebffae (patch)
tree29b76bd0fb949ecc9ed5269b5c43deaaf650af5f /gui/ScrollBarWidget.h
parente01e3ae46373b8af39daab782a6642f12da8f937 (diff)
downloadscummvm-rg350-14b7d027a24391b39e29b7168b8d67b2b6ebffae.tar.gz
scummvm-rg350-14b7d027a24391b39e29b7168b8d67b2b6ebffae.tar.bz2
scummvm-rg350-14b7d027a24391b39e29b7168b8d67b2b6ebffae.zip
cleanup whitespaces
svn-id: r11223
Diffstat (limited to 'gui/ScrollBarWidget.h')
-rw-r--r--gui/ScrollBarWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h
index 5787da4229..4732d22667 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -66,7 +66,7 @@ public:
void handleMouseEntered(int button) { setFlags(WIDGET_HILITED); }
void handleMouseLeft(int button) { clearFlags(WIDGET_HILITED); _part = kNoPart; draw(); }
void handleTickle();
-
+
// FIXME - this should be private, but then we also have to add accessors
// for _numEntries, _entriesPerPage and _currentPos. This again leads to the question:
// should these accessors force a redraw?