From 86f0e14ea5386101c982d98848194c4b80261597 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 2 Sep 2013 09:52:04 +0200 Subject: Fixed linking error on Visual Studio. --- src/propertySet.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/propertySet.cpp') diff --git a/src/propertySet.cpp b/src/propertySet.cpp index b0084d31..284f3eaa 100644 --- a/src/propertySet.cpp +++ b/src/propertySet.cpp @@ -275,6 +275,9 @@ const string& propertySet::property::getName() const } +#ifndef _MSC_VER + + const string& propertySet::property::getValue() const { return (m_value); @@ -287,6 +290,9 @@ void propertySet::property::setValue(const string& value) } +#endif // !_MSC_VER + + #ifndef VMIME_INLINE_TEMPLATE_SPECIALIZATION template <> -- cgit v1.2.3