summaryrefslogtreecommitdiffstats
path: root/src/Instance.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-10 14:00:05 +0200
committerneoraider <devnull@localhost>2008-04-10 14:00:05 +0200
commit2271ef709f6785b2e156ddca311c7628b7803af0 (patch)
tree30c4ffc6d714a5577bb71c0d349f8013e43e907d /src/Instance.h
parent3c72a44fa4592e0105af6bb9a440b0da06d0bde4 (diff)
downloadzoomedit-2271ef709f6785b2e156ddca311c7628b7803af0.tar
zoomedit-2271ef709f6785b2e156ddca311c7628b7803af0.zip
zoomedit:
* Level can load Room data from the XML tree now.
Diffstat (limited to 'src/Instance.h')
-rw-r--r--src/Instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Instance.h b/src/Instance.h
index e8a0007..384abdf 100644
--- a/src/Instance.h
+++ b/src/Instance.h
@@ -22,7 +22,7 @@
#include <gtkmm/main.h>
#include <libglademm/xml.h>
-#include <libxml++/document.h>
+#include <libxml++/parsers/domparser.h>
namespace ZoomEdit {
@@ -46,7 +46,7 @@ class Instance {
Glib::RefPtr<Gnome::Glade::Xml> xml;
Gui::Window *window;
- xmlpp::Document *levelXml;
+ xmlpp::DomParser *levelXml;
Data::Level *level;
Instance();