diff --git a/vmime/propertySet.hpp b/vmime/propertySet.hpp index e5cbf1ff..e5e91ddc 100644 --- a/vmime/propertySet.hpp +++ b/vmime/propertySet.hpp @@ -432,7 +432,7 @@ public: #ifndef VMIME_INLINE_TEMPLATE_SPECIALIZATION -template <> void propertySet::property::setValue(const string& value); +template <> void propertySet::property::setValue (const string& value); template <> void propertySet::property::setValue(const bool& value); template <> string propertySet::property::getValue() const;