diff options
author | Vincent Richard <[email protected]> | 2009-12-02 11:49:00 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2009-12-02 11:49:00 +0000 |
commit | 7e9e4b31ede846909d8e59b9bffa3572d8b15fbf (patch) | |
tree | cb3ef9764ad3bd2debfc80e6c528164713c22cb7 | |
parent | Fixed directory renaming. (diff) | |
download | vmime-7e9e4b31ede846909d8e59b9bffa3572d8b15fbf.tar.gz vmime-7e9e4b31ede846909d8e59b9bffa3572d8b15fbf.zip |
Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).
-rw-r--r-- | vmime/propertySet.hpp | 2 |
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; |