cmState: Forward-declare a type earlier.
This commit is contained in:
parent
e7fbd489e0
commit
27ec21dbb2
|
@ -23,6 +23,7 @@ class cmCommand;
|
||||||
class cmState
|
class cmState
|
||||||
{
|
{
|
||||||
struct SnapshotDataType;
|
struct SnapshotDataType;
|
||||||
|
struct BuildsystemDirectoryStateType;
|
||||||
typedef cmLinkedTree<SnapshotDataType>::iterator PositionType;
|
typedef cmLinkedTree<SnapshotDataType>::iterator PositionType;
|
||||||
friend class Snapshot;
|
friend class Snapshot;
|
||||||
public:
|
public:
|
||||||
|
@ -203,7 +204,6 @@ private:
|
||||||
cmPropertyMap GlobalProperties;
|
cmPropertyMap GlobalProperties;
|
||||||
cmake* CMakeInstance;
|
cmake* CMakeInstance;
|
||||||
|
|
||||||
struct BuildsystemDirectoryStateType;
|
|
||||||
cmLinkedTree<BuildsystemDirectoryStateType> BuildsystemDirectory;
|
cmLinkedTree<BuildsystemDirectoryStateType> BuildsystemDirectory;
|
||||||
|
|
||||||
cmLinkedTree<std::string> ExecutionListFiles;
|
cmLinkedTree<std::string> ExecutionListFiles;
|
||||||
|
|
Loading…
Reference in New Issue