Moved ObjectStatusLocker template class to Base/Tools.h

This commit is contained in:
Eivind Kvedalen
2017-11-29 23:04:37 +01:00
committed by wmayer
parent b3db1deecb
commit 8b4adfa513
5 changed files with 20 additions and 17 deletions

View File

@@ -2189,7 +2189,7 @@ int Document::recompute()
if (skip)
return 0;
ObjectStatusLocker<Document::Status, Document> exe(Document::Recomputing, this);
Base::ObjectStatusLocker<Document::Status, Document> exe(Document::Recomputing, this);
// delete recompute log
for (auto LogEntry: _RecomputeLog)