diff options
Diffstat (limited to 'tests/parser/htmlTextPartTest.cpp')
-rw-r--r-- | tests/parser/htmlTextPartTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/htmlTextPartTest.cpp b/tests/parser/htmlTextPartTest.cpp index 278a87c1..9eef5e84 100644 --- a/tests/parser/htmlTextPartTest.cpp +++ b/tests/parser/htmlTextPartTest.cpp @@ -35,7 +35,7 @@ VMIME_TEST_SUITE_BEGIN(htmlTextPartTest) static const vmime::string extractContent - (vmime::shared_ptr <const vmime::contentHandler> cth) + (const vmime::shared_ptr <const vmime::contentHandler>& cth) { std::ostringstream oss; vmime::utility::outputStreamAdapter osa(oss); |