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
1 changed files with 1 additions and 2 deletions

View File

@ -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