$OpenBSD: patch-sqlplusint_set2_hh,v 1.1 2004/01/06 11:16:53 wilfried Exp $ --- sqlplusint/set2.hh.orig 2001-05-19 18:44:48.000000000 +0200 +++ sqlplusint/set2.hh 2004-01-04 23:25:47.000000000 +0100 @@ -5,8 +5,8 @@ #include "stream2string3.hh" template -inline Set::operator string () { - return stream2string(*this); +inline Set::operator std::string () { + return stream2string(*this); } #endif