COMP: possible fix for VS6, but probably not, probably need tomake it internal
This commit is contained in:
parent
7b5d1c4c1e
commit
c9514dc0d1
|
@ -78,8 +78,9 @@ public:
|
||||||
std::string GetRequiredPolicyError(cmPolicies::PolicyID id);
|
std::string GetRequiredPolicyError(cmPolicies::PolicyID id);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::map<cmPolicies::PolicyID,cmPolicy *> Policies;
|
// might have to make these internal for VS6 not sure yet
|
||||||
std::map<std::string,cmPolicies::PolicyID> PolicyStringMap;
|
std::map<PolicyID,cmPolicy *> Policies;
|
||||||
|
std::map<std::string,PolicyID> PolicyStringMap;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue