Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).
This commit is contained in:
parent
82e1a690d9
commit
7e9e4b31ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user