aboutsummaryrefslogtreecommitdiffstats
path: root/src/propertySet.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-25 21:37:36 +0000
committerVincent Richard <[email protected]>2005-03-25 21:37:36 +0000
commitd6f67b0a4a72032018ea87209402d401626933e0 (patch)
tree973e6a9bd83c7109e2cb4cddae588cbfaf78bf42 /src/propertySet.cpp
parentBasic support for MDN (RFC-3798). (diff)
downloadvmime-d6f67b0a4a72032018ea87209402d401626933e0.tar.gz
vmime-d6f67b0a4a72032018ea87209402d401626933e0.zip
Some fixes for Visual C++/Windows.
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