aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index 50d16f494f..7c35d9b9fe 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -106,7 +106,7 @@ public:
void endEditMode();
protected:
- void drawWidget(bool hilite);
+ void drawWidget();
//! Finds the item at position (x,y). Returns -1 if there is no item there.
int findItem(int x, int y) const;