summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-26 10:54:16 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-01 05:18:34 (GMT)
commit0a01e6c6e7bd428ca0ec99a00924b5b498c6e637 (patch)
treec9a2fe2068ca9c9092ddfa328433cf456bb1d8e8 /Source/cmState.h
parentf0005bb484bc2b85a169ef7816e33d8e2f16e109 (diff)
downloadCMake-0a01e6c6e7bd428ca0ec99a00924b5b498c6e637.zip
CMake-0a01e6c6e7bd428ca0ec99a00924b5b498c6e637.tar.gz
CMake-0a01e6c6e7bd428ca0ec99a00924b5b498c6e637.tar.bz2
cmState: Add Snapshot Type accessor.
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 0d5300f..23fbc79 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -56,6 +56,7 @@ public:
bool IsValid() const;
Snapshot GetBuildsystemDirectoryParent() const;
Snapshot GetCallStackParent() const;
+ SnapshotType GetType() const;
void InitializeFromParent();