diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-03 15:36:01 +0100 | 
|---|---|---|
| committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-03 15:36:01 +0100 | 
| commit | e1f71b37d632418390b2aac2f89c9d05297a413c (patch) | |
| tree | 04202e95474340fbb311688791d7f7d3e1d84276 /test | |
| parent | 78f24b65e4a84c528338cc52e71efa4aa58e656e (diff) | |
Removed last remains of "domain" in code
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_ */ | 
