summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index 6b2ae47..48a291f 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -1023,7 +1023,7 @@ public:
* @return a const reference to the NodeVector of ontologies that are used
* within this Document.
*/
- const NodeVector<Ontology> &getOntologys() const { return ontologies; }
+ const NodeVector<Ontology> &getOntologies() const { return ontologies; }
/**
* Adds a Ontology reference to this Document.