diff options
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r-- | gui/ListWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h index 652489cfa3..0681c6cb29 100644 --- a/gui/ListWidget.h +++ b/gui/ListWidget.h @@ -57,6 +57,7 @@ protected: ScrollBarWidget *_scrollBar; int _currentKeyDown; int _lineHeight; + const Graphics::Font *_font; String _quickSelectStr; uint32 _quickSelectTime; |