summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-04 04:56:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-05 14:56:36 (GMT)
commit94704d759cc8939f3573122d36d52c4598fd04ba (patch)
treee25964731cd3f90a4dca7cc837b27b5c390e7d93 /Source/cmState.h
parenta8e54460243b0650145c8684f3d8deb8a712376a (diff)
downloadCMake-94704d759cc8939f3573122d36d52c4598fd04ba.zip
CMake-94704d759cc8939f3573122d36d52c4598fd04ba.tar.gz
CMake-94704d759cc8939f3573122d36d52c4598fd04ba.tar.bz2
cmState: Add GetCallStackParent method.
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 9a1f764..e35b843 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -59,6 +59,7 @@ public:
bool IsValid() const;
Snapshot GetBuildsystemDirectoryParent() const;
+ Snapshot GetCallStackParent() const;
cmState* GetState() const;