logic: fixed template error on linux

This commit is contained in:
Andreas Stallinger
2017-05-11 13:48:21 +02:00
parent d160f38cbd
commit 4dcfe34485
+1 -1
View File
@@ -49,7 +49,7 @@ std::shared_ptr<IntermediateStorage> IndexerCxx<IndexerCommandType, ParserType>:
fileRegister->markIndexingFilesIndexed();
}
if (interrupted())
if (IndexerBase::interrupted())
{
return std::shared_ptr<IntermediateStorage>();
}