ENH: try to fix vs6 build

This commit is contained in:
Bill Hoffman 2009-01-23 12:20:09 -05:00
parent 138c445781
commit 29ba1aa77a

View File

@ -91,8 +91,7 @@ public:
void GetDocumentation(std::vector<cmDocumentationEntry>& v); void GetDocumentation(std::vector<cmDocumentationEntry>& v);
/** Represent a set of policy values. */ /** Represent a set of policy values. */
typedef std::map<cmPolicies::PolicyID, typedef std::map<PolicyID, PolicyStatus> PolicyMap;
cmPolicies::PolicyStatus> PolicyMap;
private: private:
// might have to make these internal for VS6 not sure yet // might have to make these internal for VS6 not sure yet