Conditional -> GUIObject and make all gui objects children of GUIObject

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>

Change-Id: Ic0a7d6354dabe5919b83942f2f1aa0715625e522
This commit is contained in:
Vojtech Bocek
2014-02-07 23:58:09 +01:00
committed by Gerrit Code Review
parent f08ada8483
commit ede51c528e
19 changed files with 119 additions and 42 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ extern "C" {
#include "../data.hpp"
GUIInput::GUIInput(xml_node<>* node)
: Conditional(node)
: GUIObject(node)
{
xml_attribute<>* attr;
xml_node<>* child;