ENH: try to fix vs6 build
This commit is contained in:
parent
138c445781
commit
29ba1aa77a
|
@ -91,8 +91,7 @@ public:
|
|||
void GetDocumentation(std::vector<cmDocumentationEntry>& v);
|
||||
|
||||
/** Represent a set of policy values. */
|
||||
typedef std::map<cmPolicies::PolicyID,
|
||||
cmPolicies::PolicyStatus> PolicyMap;
|
||||
typedef std::map<PolicyID, PolicyStatus> PolicyMap;
|
||||
|
||||
private:
|
||||
// might have to make these internal for VS6 not sure yet
|
||||
|
|
Loading…
Reference in New Issue