diff options
Diffstat (limited to 'Source/cmDefinitions.h')
-rw-r--r-- | Source/cmDefinitions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDefinitions.h b/Source/cmDefinitions.h index ee1db7a..22fef80 100644 --- a/Source/cmDefinitions.h +++ b/Source/cmDefinitions.h @@ -12,8 +12,8 @@ #include <cm/string_view> #include "cmLinkedTree.h" -#include "cmProperty.h" #include "cmString.hxx" +#include "cmValue.h" /** \class cmDefinitions * \brief Store a scope of variable definitions for CMake language. @@ -29,7 +29,7 @@ class cmDefinitions public: // -- Static member functions - static cmProp Get(const std::string& key, StackIter begin, StackIter end); + static cmValue Get(const std::string& key, StackIter begin, StackIter end); static void Raise(const std::string& key, StackIter begin, StackIter end); |