diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/core/model/TestOntology.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/model/TestOntology.hpp b/test/core/model/TestOntology.hpp index c65d6f4..5c4961a 100644 --- a/test/core/model/TestOntology.hpp +++ b/test/core/model/TestOntology.hpp @@ -16,8 +16,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _MODEL_TEST_DOMAIN_HPP_ -#define _MODEL_TEST_DOMAIN_HPP_ +#ifndef _MODEL_TEST_ONTOLOGY_HPP_ +#define _MODEL_TEST_ONTOLOGY_HPP_ #include <core/model/Ontology.hpp> #include <core/model/Typesystem.hpp> @@ -90,4 +90,4 @@ static Rooted<Ontology> constructBookOntology(Manager &mgr, } } -#endif /* _TEST_DOMAIN_HPP_ */
\ No newline at end of file +#endif /* _MODEL_TEST_ONTOLOGY_HPP_ */ |