summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-01 17:44:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-23 15:08:54 (GMT)
commit1fc645bd9cffb3170743de5c983f2407eeaaa086 (patch)
treeffe0080aecc9c95c6295d050c9b51bc143973786 /Source/cmState.h
parent0f070dd3e12408e0e33945c3c8f585268c4b0db9 (diff)
downloadCMake-1fc645bd9cffb3170743de5c983f2407eeaaa086.zip
CMake-1fc645bd9cffb3170743de5c983f2407eeaaa086.tar.gz
CMake-1fc645bd9cffb3170743de5c983f2407eeaaa086.tar.bz2
cmState: Add a Base snapshot type.
For completeness mostly.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 07aa2a5..bc89cc8 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -35,6 +35,7 @@ public:
enum SnapshotType
{
+ BaseType,
BuildsystemDirectoryType,
FunctionCallType,
MacroCallType,