summaryrefslogtreecommitdiffstats
path: root/Source/cmPropertyDefinition.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmPropertyDefinition.h')
-rw-r--r--Source/cmPropertyDefinition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyDefinition.h b/Source/cmPropertyDefinition.h
index 4a3c887..16bd148 100644
--- a/Source/cmPropertyDefinition.h
+++ b/Source/cmPropertyDefinition.h
@@ -40,7 +40,7 @@ public:
cmPropertyDefinition() { this->Chained = false; };
/// Is the property chained?
- bool IsChained() {return this->Chained; };
+ bool IsChained() const { return this->Chained; };
/// Get the section if any
const std::string &GetDocumentationSection() const {