aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/modifiedtimecheckerinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/modifiedtimecheckerinterface.h')
-rw-r--r--src/libs/clangsupport/modifiedtimecheckerinterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/clangsupport/modifiedtimecheckerinterface.h b/src/libs/clangsupport/modifiedtimecheckerinterface.h
index a0e79b0701..b48c38869e 100644
--- a/src/libs/clangsupport/modifiedtimecheckerinterface.h
+++ b/src/libs/clangsupport/modifiedtimecheckerinterface.h
@@ -38,6 +38,7 @@ public:
ModifiedTimeCheckerInterface &operator=(const ModifiedTimeCheckerInterface &) = delete;
virtual bool isUpToDate(const SourceEntries &sourceEntries) const = 0;
+ virtual void pathsChanged(const FilePathIds &filePathIds) = 0;
protected:
~ModifiedTimeCheckerInterface() = default;