aboutsummaryrefslogtreecommitdiffstats
path: root/src/propertySet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/propertySet.cpp')
-rw-r--r--src/propertySet.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/propertySet.cpp b/src/propertySet.cpp
index 17117138..67f923ef 100644
--- a/src/propertySet.cpp
+++ b/src/propertySet.cpp
@@ -285,6 +285,8 @@ void propertySet::property::setValue(const string& value)
}
+#ifndef VMIME_INLINE_TEMPLATE_SPECIALIZATION
+
template <>
void propertySet::property::setValue(const string& value)
{
@@ -322,5 +324,7 @@ const bool propertySet::property::getValue() const
}
}
+#endif // VMIME_INLINE_TEMPLATE_SPECIALIZATION
+
} // vmime