summaryrefslogtreecommitdiff
path: root/src/core/model/Syntax.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-03 15:17:51 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-03 15:17:51 +0100
commit78f24b65e4a84c528338cc52e71efa4aa58e656e (patch)
tree2a61cbdecae1f658999d226a9c9630bb90d9338c /src/core/model/Syntax.cpp
parent466ff991bcfad76d78100193aacbfaf74d542b26 (diff)
Renamed isSubtree to subtree and isRoot to root
Diffstat (limited to 'src/core/model/Syntax.cpp')
-rw-r--r--src/core/model/Syntax.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/model/Syntax.cpp b/src/core/model/Syntax.cpp
index 9dbaccc..bd17bff 100644
--- a/src/core/model/Syntax.cpp
+++ b/src/core/model/Syntax.cpp
@@ -18,7 +18,7 @@
#include "Syntax.hpp"
-#include "Domain.hpp"
+#include "Ontology.hpp"
namespace ousia {
@@ -55,4 +55,4 @@ bool SyntaxDescriptor::isEmpty() const
return start == Tokens::Empty && end == Tokens::Empty &&
shortForm == Tokens::Empty;
}
-} \ No newline at end of file
+}