diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-23 06:02:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-02 23:15:03 (GMT) |
commit | cf1233a0eab7cec757d2929cc7373f94ba4fa8a8 (patch) | |
tree | c38dbfb57ab5b55ff8e4f87ead9cb438d6950981 /Source/cmState.h | |
parent | 942df88bf83e99abbfbd69207369096fa7cf67a2 (diff) | |
download | CMake-cf1233a0eab7cec757d2929cc7373f94ba4fa8a8.zip CMake-cf1233a0eab7cec757d2929cc7373f94ba4fa8a8.tar.gz CMake-cf1233a0eab7cec757d2929cc7373f94ba4fa8a8.tar.bz2 |
cmState: Rename GetParent method.
Leave the namespace open for other Parent types.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 24e0f7b..60b024f 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -45,7 +45,7 @@ public: void SetRelativePathTopBinary(const char* dir); bool IsValid() const; - Snapshot GetParent() const; + Snapshot GetBuildsystemDirectoryParent() const; private: void ComputeRelativePathTopSource(); |