diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 00:39:21 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 00:39:21 +0100 |
commit | d935bf07d15ddd117d07d83bb3818b6abc23cc0b (patch) | |
tree | 74e1eee51e1cea407cb81a78bc94a20504eb1688 /src/core/model/Document.cpp | |
parent | 77ae5cbb14aa375ffe33d41921d84028a453b121 (diff) |
Renamed continueResolve to doResolve for more consistency with other virtual protected methods
Diffstat (limited to 'src/core/model/Document.cpp')
-rw-r--r-- | src/core/model/Document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Document.cpp b/src/core/model/Document.cpp index 0de750f..ee15e31 100644 --- a/src/core/model/Document.cpp +++ b/src/core/model/Document.cpp @@ -292,7 +292,7 @@ bool AnnotationEntity::doValidate(Logger &logger) const /* Class Document */ -void Document::continueResolve(ResolutionState &state) +void Document::doResolve(ResolutionState &state) { continueResolveComposita(annotations, annotations.getIndex(), state); if (root != nullptr) { |