summaryrefslogtreecommitdiff
path: root/src/gui/radiobutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/radiobutton.h')
-rw-r--r--src/gui/radiobutton.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/radiobutton.h b/src/gui/radiobutton.h
index 8fb6d832..ef4c128c 100644
--- a/src/gui/radiobutton.h
+++ b/src/gui/radiobutton.h
@@ -49,6 +49,12 @@ class RadioButton : public gcn::RadioButton {
*/
void drawBox(gcn::Graphics* graphics);
+ /**
+ * Implementation of the draw methods.
+ * Thus, avoiding the rhomb around the radio button.
+ */
+ void draw(gcn::Graphics* graphics);
+
private:
static int instances;
static Image *radioNormal;