summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/checkbox.cpp')
-rw-r--r--src/gui/widgets/checkbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp
index 52230a6d0..e21e50c53 100644
--- a/src/gui/widgets/checkbox.cpp
+++ b/src/gui/widgets/checkbox.cpp
@@ -92,7 +92,7 @@ CheckBox::~CheckBox()
}
}
-void CheckBox::draw(gcn::Graphics* graphics)
+void CheckBox::draw(gcn::Graphics *const graphics)
{
BLOCK_START("CheckBox::draw")
drawBox(graphics);