diff options
Diffstat (limited to 'src/gui/checkbox.h')
-rw-r--r-- | src/gui/checkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/checkbox.h b/src/gui/checkbox.h index c4240a40..42e637fb 100644 --- a/src/gui/checkbox.h +++ b/src/gui/checkbox.h @@ -35,7 +35,7 @@ class CheckBox : public gcn::CheckBox { // Inherited from Widget - void draw(gcn::Graphics* graphics); + void drawBox(gcn::Graphics* graphics); }; #endif |