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 468a7f38..262e63ae 100644 --- a/src/gui/checkbox.h +++ b/src/gui/checkbox.h @@ -40,7 +40,7 @@ class CheckBox : public gcn::CheckBox { /** * Constructor. */ - CheckBox(const std::string& caption, bool marked = false); + CheckBox(const std::string& caption, bool selected = false); /** * Destructor. |