diff options
Diffstat (limited to 'src/core/model')
-rw-r--r-- | src/core/model/Ontology.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/model/Ontology.hpp b/src/core/model/Ontology.hpp index d682bdf..82f8948 100644 --- a/src/core/model/Ontology.hpp +++ b/src/core/model/Ontology.hpp @@ -165,8 +165,8 @@ * @author Benjamin Paaßen (bpaassen@techfak.uni-bielefeld.de) */ -#ifndef _OUSIA_MODEL_DOMAIN_HPP_ -#define _OUSIA_MODEL_DOMAIN_HPP_ +#ifndef _OUSIA_MODEL_ONTOLOGY_HPP_ +#define _OUSIA_MODEL_ONTOLOGY_HPP_ #include <core/common/Whitespace.hpp> #include <core/managed/ManagedContainer.hpp> @@ -1470,4 +1470,4 @@ extern const Rtti Ontology; } } -#endif /* _OUSIA_MODEL_DOMAIN_HPP_ */ +#endif /* _OUSIA_MODEL_ONTOLOGY_HPP_ */ |