summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-23 06:00:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-02 23:14:34 (GMT)
commit942df88bf83e99abbfbd69207369096fa7cf67a2 (patch)
tree5695e2ae0148b32ed1af2e429b23a09f2471c370 /Source/cmState.cxx
parentda28f11523644cdc2138a0cde2c4c015948ff46c (diff)
downloadCMake-942df88bf83e99abbfbd69207369096fa7cf67a2.zip
CMake-942df88bf83e99abbfbd69207369096fa7cf67a2.tar.gz
CMake-942df88bf83e99abbfbd69207369096fa7cf67a2.tar.bz2
cmState: Rename CreateSnapshot method.
Leave the namespace open for other snapshot types.
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r--Source/cmState.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index eade817..87892b4 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -672,7 +672,8 @@ cmState::Snapshot cmState::CreateBaseSnapshot()
return cmState::Snapshot(this, pos);
}
-cmState::Snapshot cmState::CreateSnapshot(Snapshot originSnapshot)
+cmState::Snapshot
+cmState::CreateBuildsystemDirectorySnapshot(Snapshot originSnapshot)
{
assert(originSnapshot.IsValid());
PositionType pos = this->ParentPositions.size();