diff options
Diffstat (limited to 'src/gui/base/widgets/checkbox.hpp')
-rw-r--r-- | src/gui/base/widgets/checkbox.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/base/widgets/checkbox.hpp b/src/gui/base/widgets/checkbox.hpp index d87a6b206..c79ccaff9 100644 --- a/src/gui/base/widgets/checkbox.hpp +++ b/src/gui/base/widgets/checkbox.hpp @@ -90,7 +90,7 @@ namespace gcn /** * Contructor. */ - CheckBox(const Widget2 *const widget); + explicit CheckBox(const Widget2 *const widget); /** * Constructor. The check box will be automatically resized |