summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 22:31:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:18 +0300
commita3db00d09e414b7fdaac39afc3dc623fdf564c31 (patch)
tree5276654de627fd2e652049ff2846ac8f8460fa91 /src/gui/widgets/checkbox.cpp
parentc94f403bd5c5810971c22bc2b93649e985ab6f68 (diff)
downloadplus-a3db00d09e414b7fdaac39afc3dc623fdf564c31.tar.gz
plus-a3db00d09e414b7fdaac39afc3dc623fdf564c31.tar.bz2
plus-a3db00d09e414b7fdaac39afc3dc623fdf564c31.tar.xz
plus-a3db00d09e414b7fdaac39afc3dc623fdf564c31.zip
fix definitions in checkbox.
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);