mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
cmState: Forward-declare a type earlier.
This commit is contained in:
@@ -23,6 +23,7 @@ class cmCommand;
|
||||
class cmState
|
||||
{
|
||||
struct SnapshotDataType;
|
||||
struct BuildsystemDirectoryStateType;
|
||||
typedef cmLinkedTree<SnapshotDataType>::iterator PositionType;
|
||||
friend class Snapshot;
|
||||
public:
|
||||
@@ -203,7 +204,6 @@ private:
|
||||
cmPropertyMap GlobalProperties;
|
||||
cmake* CMakeInstance;
|
||||
|
||||
struct BuildsystemDirectoryStateType;
|
||||
cmLinkedTree<BuildsystemDirectoryStateType> BuildsystemDirectory;
|
||||
|
||||
cmLinkedTree<std::string> ExecutionListFiles;
|
||||
|
||||
Reference in New Issue
Block a user