diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-30 22:18:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-02 23:14:33 (GMT) |
commit | da28f11523644cdc2138a0cde2c4c015948ff46c (patch) | |
tree | 8448e145a4236a96bb8685fc4ac4711e82aae6ec /Source/cmState.h | |
parent | d3bb5da9294ddbfcc5fddf7ba3dafd2c3e0b32b2 (diff) | |
download | CMake-da28f11523644cdc2138a0cde2c4c015948ff46c.zip CMake-da28f11523644cdc2138a0cde2c4c015948ff46c.tar.gz CMake-da28f11523644cdc2138a0cde2c4c015948ff46c.tar.bz2 |
cmState: Add CreateBaseSnapshot method.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 77a066f..157bd90 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -57,6 +57,7 @@ public: cmState::PositionType Position; }; + Snapshot CreateBaseSnapshot(); Snapshot CreateSnapshot(Snapshot originSnapshot); enum CacheEntryType{ BOOL=0, PATH, FILEPATH, STRING, INTERNAL,STATIC, |