diff options
Diffstat (limited to 'Source/cmProperty.h')
-rw-r--r-- | Source/cmProperty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmProperty.h b/Source/cmProperty.h index fc8e277..7d238b6 100644 --- a/Source/cmProperty.h +++ b/Source/cmProperty.h @@ -28,6 +28,9 @@ public: // set this property void Set(const char *name, const char *value); + // append to this property + void Append(const char *name, const char *value); + // get the value const char *GetValue() const; |