mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
COMP: possible fix for VS6, but probably not, probably need tomake it internal
This commit is contained in:
+3
-2
@@ -78,8 +78,9 @@ public:
|
||||
std::string GetRequiredPolicyError(cmPolicies::PolicyID id);
|
||||
|
||||
private:
|
||||
std::map<cmPolicies::PolicyID,cmPolicy *> Policies;
|
||||
std::map<std::string,cmPolicies::PolicyID> PolicyStringMap;
|
||||
// might have to make these internal for VS6 not sure yet
|
||||
std::map<PolicyID,cmPolicy *> Policies;
|
||||
std::map<std::string,PolicyID> PolicyStringMap;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user