summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 157bd90..24e0f7b 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -58,7 +58,7 @@ public:
};
Snapshot CreateBaseSnapshot();
- Snapshot CreateSnapshot(Snapshot originSnapshot);
+ Snapshot CreateBuildsystemDirectorySnapshot(Snapshot originSnapshot);
enum CacheEntryType{ BOOL=0, PATH, FILEPATH, STRING, INTERNAL,STATIC,
UNINITIALIZED };