From 7e9e4b31ede846909d8e59b9bffa3572d8b15fbf Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 2 Dec 2009 11:49:00 +0000 Subject: [PATCH] Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report). --- vmime/propertySet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;