summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardLevelResolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmStandardLevelResolver.h')
-rw-r--r--Source/cmStandardLevelResolver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmStandardLevelResolver.h b/Source/cmStandardLevelResolver.h
index c01a3b1..4226456 100644
--- a/Source/cmStandardLevelResolver.h
+++ b/Source/cmStandardLevelResolver.h
@@ -4,7 +4,7 @@
#include <string>
-#include "cmProperty.h"
+#include "cmValue.h"
class cmMakefile;
class cmGeneratorTarget;
@@ -30,12 +30,12 @@ public:
const std::string& feature, std::string& lang,
std::string* error) const;
- cmProp CompileFeaturesAvailable(const std::string& lang,
- std::string* error) const;
+ cmValue CompileFeaturesAvailable(const std::string& lang,
+ std::string* error) const;
bool GetNewRequiredStandard(const std::string& targetName,
const std::string& feature,
- cmProp currentLangStandardValue,
+ cmValue currentLangStandardValue,
std::string& newRequiredStandard,
std::string* error = nullptr) const;