aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2009-12-02 11:49:00 +0000
committerVincent Richard <[email protected]>2009-12-02 11:49:00 +0000
commit7e9e4b31ede846909d8e59b9bffa3572d8b15fbf (patch)
treecb3ef9764ad3bd2debfc80e6c528164713c22cb7
parentFixed directory renaming. (diff)
downloadvmime-7e9e4b31ede846909d8e59b9bffa3572d8b15fbf.tar.gz
vmime-7e9e4b31ede846909d8e59b9bffa3572d8b15fbf.zip
Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).
-rw-r--r--vmime/propertySet.hpp2
1 files changed, 1 insertions, 1 deletions
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 <string>(const string& value);
template <> void propertySet::property::setValue(const bool& value);
template <> string propertySet::property::getValue() const;