Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).

This commit is contained in:
Vincent Richard 2009-12-02 11:49:00 +00:00
parent 82e1a690d9
commit 7e9e4b31ed

View File

@ -432,7 +432,7 @@ public:
#ifndef VMIME_INLINE_TEMPLATE_SPECIALIZATION #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 <> void propertySet::property::setValue(const bool& value);
template <> string propertySet::property::getValue() const; template <> string propertySet::property::getValue() const;