summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/checkbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/checkbox.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/checkbox.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/widgets/checkbox.hpp b/src/guichan/include/guichan/widgets/checkbox.hpp
index 0ff328d72..e6e630d74 100644
--- a/src/guichan/include/guichan/widgets/checkbox.hpp
+++ b/src/guichan/include/guichan/widgets/checkbox.hpp
@@ -85,7 +85,8 @@ namespace gcn
/**
* Destructor.
*/
- virtual ~CheckBox() { }
+ virtual ~CheckBox()
+ { }
/**
* Checks if the check box is selected.