From ede51c528e5cebc7f1930d5c9da541e7d11c0138 Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Fri, 7 Feb 2014 23:58:09 +0100 Subject: Conditional -> GUIObject and make all gui objects children of GUIObject Signed-off-by: Vojtech Bocek Change-Id: Ic0a7d6354dabe5919b83942f2f1aa0715625e522 --- gui/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/text.cpp') diff --git a/gui/text.cpp b/gui/text.cpp index 7eb6c18b4..715880b62 100644 --- a/gui/text.cpp +++ b/gui/text.cpp @@ -26,7 +26,7 @@ extern "C" { #include "objects.hpp" GUIText::GUIText(xml_node<>* node) - : Conditional(node) + : GUIObject(node) { xml_attribute<>* attr; xml_node<>* child; -- cgit v1.2.3