diff options
Diffstat (limited to 'src/libs/clangsupport/idpaths.h')
-rw-r--r-- | src/libs/clangsupport/idpaths.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/clangsupport/idpaths.h b/src/libs/clangsupport/idpaths.h index 9fa06bdd4d..d67a73e83e 100644 --- a/src/libs/clangsupport/idpaths.h +++ b/src/libs/clangsupport/idpaths.h @@ -25,8 +25,7 @@ #pragma once -#include <utils/smallstring.h> - +#include "projectpartid.h" #include "filepathid.h" namespace ClangBackEnd { @@ -34,7 +33,7 @@ namespace ClangBackEnd { class IdPaths { public: - Utils::SmallString id; + ProjectPartId id; FilePathIds filePathIds; friend bool operator==(const IdPaths &first, const IdPaths &second) |