From c6aa669aac80466ea287e9a27348c1068cc1f17e Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 16 Dec 2014 02:34:36 +0100 Subject: changed paths to new location of the Managed class, adapted NodeVector and NodeMap to the slightly changed conditions in the Node class --- src/core/model/Domain.hpp | 2 +- src/core/model/Typesystem.hpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/model') diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index 565313f..40b48c6 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -27,7 +27,7 @@ #ifndef _OUSIA_MODEL_DOMAIN_HPP_ #define _OUSIA_MODEL_DOMAIN_HPP_ -#include +#include #include namespace ousia { diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp index 77a862b..347adb8 100644 --- a/src/core/model/Typesystem.hpp +++ b/src/core/model/Typesystem.hpp @@ -30,7 +30,6 @@ #include #include -#include #include #include #include @@ -361,7 +360,7 @@ public: class Typesystem : public Node { private: - ManagedVector types; + NodeVector types; public: Typesystem(Manager &mgr, std::string name, Handle parent = nullptr) -- cgit v1.2.3