diff options
Diffstat (limited to 'src/properties.h')
-rw-r--r-- | src/properties.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/properties.h b/src/properties.h index fac343b17..8ca9976e8 100644 --- a/src/properties.h +++ b/src/properties.h @@ -35,6 +35,11 @@ class Properties { public: + Properties() : + mProperties() + { + } + /** * Destructor. */ |