From 78f24b65e4a84c528338cc52e71efa4aa58e656e Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Mar 2015 15:17:51 +0100 Subject: Renamed isSubtree to subtree and isRoot to root --- src/core/model/Syntax.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/model/Syntax.cpp') 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 +} -- cgit v1.2.3