diff options
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index 8ad7d44..700c16e 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -60,6 +60,7 @@ public: void SetProperty(const char* property, const char* value); void SetProperty(const char* property, bool value); const char* GetValue() const { return this->GetEntry().m_Value.c_str(); } + bool GetValueAsBool() const; void SetValue(const char*); CacheEntryType GetType() const { return this->GetEntry().m_Type; } bool Initialized() { return this->GetEntry().m_Initialized; } |