summaryrefslogtreecommitdiff
path: root/src/gui/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/checkbox.h')
-rw-r--r--src/gui/checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/checkbox.h b/src/gui/checkbox.h
index dd59493c..303782b0 100644
--- a/src/gui/checkbox.h
+++ b/src/gui/checkbox.h
@@ -37,7 +37,7 @@ class CheckBox : public gcn::CheckBox
/**
* Constructor.
*/
- CheckBox(const std::string& caption, bool selected = false);
+ CheckBox(const std::string &caption, bool selected = false);
/**
* Destructor.