summaryrefslogtreecommitdiffstats
path: root/gui/checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/checkbox.cpp')
-rw-r--r--gui/checkbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/checkbox.cpp b/gui/checkbox.cpp
index 8739c9c25..fe5f557bb 100644
--- a/gui/checkbox.cpp
+++ b/gui/checkbox.cpp
@@ -26,7 +26,7 @@ extern "C" {
#include "objects.hpp"
GUICheckbox::GUICheckbox(xml_node<>* node)
- : Conditional(node)
+ : GUIObject(node)
{
xml_attribute<>* attr;
xml_node<>* child;