From d935bf07d15ddd117d07d83bb3818b6abc23cc0b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 00:39:21 +0100 Subject: Renamed continueResolve to doResolve for more consistency with other virtual protected methods --- src/core/model/Document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/model/Document.cpp') 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) { -- cgit v1.2.3