From f9913fa28a27f23fde2d4956c62cbb2fb2bc2ee8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 21 Nov 2013 22:16:57 +0100 Subject: Boost/C++11 shared pointers. --- src/charsetConverter_idna.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/charsetConverter_idna.cpp') diff --git a/src/charsetConverter_idna.cpp b/src/charsetConverter_idna.cpp index cde2209a..a6b339b6 100644 --- a/src/charsetConverter_idna.cpp +++ b/src/charsetConverter_idna.cpp @@ -159,9 +159,9 @@ void charsetConverter_idna::convert(const string& in, string& out) } -ref charsetConverter_idna::getFilteredOutputStream(utility::outputStream& /* os */) +shared_ptr charsetConverter_idna::getFilteredOutputStream(utility::outputStream& /* os */) { - return NULL; + return null; } -- cgit v1.2.3