summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 00:39:21 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 00:39:21 +0100
commitd935bf07d15ddd117d07d83bb3818b6abc23cc0b (patch)
tree74e1eee51e1cea407cb81a78bc94a20504eb1688 /src/core/model/Document.hpp
parent77ae5cbb14aa375ffe33d41921d84028a453b121 (diff)
Renamed continueResolve to doResolve for more consistency with other virtual protected methods
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 5af3ce2..cb7f394 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -567,7 +567,7 @@ private:
NodeVector<AnnotationEntity> annotations;
NodeVector<Domain> domains;
- void continueResolve(ResolutionState &state) override;
+ void doResolve(ResolutionState &state) override;
public:
Document(Manager &mgr, std::string name)