aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;