openbsd-ports/devel/mysql++/patches/patch-sqlplusint_coldata_cc
wilfried bf0e4b3714 a few gcc3 patches
also move the header files to ${LOCALBASE}/include/mysql++
2004-01-06 11:16:53 +00:00

11 lines
407 B
Plaintext

$OpenBSD: patch-sqlplusint_coldata_cc,v 1.1 2004/01/06 11:16:53 wilfried Exp $
--- sqlplusint/coldata.cc.orig 2001-05-19 18:44:48.000000000 +0200
+++ sqlplusint/coldata.cc 2004-01-04 23:25:47.000000000 +0100
@@ -2,5 +2,5 @@
#include "const_string3.hh"
#include "coldata4.hh"
-template class mysql_ColData<string>;
+template class mysql_ColData<std::string>;
template class mysql_ColData<const_string>;