diff --git a/src/tools/clangrefactoringbackend/source/symbolfinder.h b/src/tools/clangrefactoringbackend/source/symbolfinder.h index 94653409dba..59d82b41cbe 100644 --- a/src/tools/clangrefactoringbackend/source/symbolfinder.h +++ b/src/tools/clangrefactoringbackend/source/symbolfinder.h @@ -82,8 +82,8 @@ public: Utils::SmallString takeSymbolName(); const std::vector &unifiedSymbolResolutions(); - const ClangBackEnd::SourceLocationsContainer &sourceLocations() const; - ClangBackEnd::SourceLocationsContainer takeSourceLocations(); + const SourceLocationsContainer &sourceLocations() const; + SourceLocationsContainer takeSourceLocations(); private: Utils::SmallString symbolName;