diff options
Diffstat (limited to 'src/typeAdapter.hpp')
-rw-r--r-- | src/typeAdapter.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/typeAdapter.hpp b/src/typeAdapter.hpp index 1e67ab33..6405b108 100644 --- a/src/typeAdapter.hpp +++ b/src/typeAdapter.hpp @@ -113,6 +113,11 @@ private: }; +template <> +void typeAdapter <string>::parse(const string& buffer, const string::size_type position, + const string::size_type end, string::size_type* newPosition); + + } // vmime |