mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
SessionCreator xmldoc not by pointer.
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
#define SESSIONCREATOR_H
|
||||
|
||||
#include "Visitor.h"
|
||||
#include "tinyxml2Toolkit.h"
|
||||
#include <tinyxml2.h>
|
||||
|
||||
class Session;
|
||||
|
||||
class SessionCreator : public Visitor {
|
||||
|
||||
tinyxml2::XMLDocument *xmlDoc_;
|
||||
tinyxml2::XMLDocument xmlDoc_;
|
||||
tinyxml2::XMLElement *xmlCurrent_;
|
||||
Session *session_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user