aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/clangpathwatchernotifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/clangpathwatchernotifier.h')
-rw-r--r--src/libs/clangsupport/clangpathwatchernotifier.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libs/clangsupport/clangpathwatchernotifier.h b/src/libs/clangsupport/clangpathwatchernotifier.h
index 393525dbf2..248925ffb9 100644
--- a/src/libs/clangsupport/clangpathwatchernotifier.h
+++ b/src/libs/clangsupport/clangpathwatchernotifier.h
@@ -26,9 +26,8 @@
#pragma once
#include "clangsupport_global.h"
-
-#include <filepathid.h>
-#include <projectpartid.h>
+#include "filepathid.h"
+#include "idpaths.h"
#include <utils/smallstringvector.h>
@@ -41,7 +40,7 @@ public:
ClangPathWatcherNotifier(const ClangPathWatcherNotifier &) = delete;
ClangPathWatcherNotifier &operator=(const ClangPathWatcherNotifier &) = delete;
- virtual void pathsWithIdsChanged(const ProjectPartIds &ids) = 0;
+ virtual void pathsWithIdsChanged(const std::vector<IdPaths> &idPaths) = 0;
virtual void pathsChanged(const FilePathIds &filePathIds) = 0;
protected: