Skip to content
Snippets Groups Projects
Commit 27ec21db authored by Stephen Kelly's avatar Stephen Kelly
Browse files

cmState: Forward-declare a type earlier.

parent e7fbd489
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment