openbsd-ports/devel/mysql++/patches/patch-sqlplusint_query1_hh

13 lines
528 B
Plaintext

$OpenBSD: patch-sqlplusint_query1_hh,v 1.1 2002/08/10 20:07:02 wilfried Exp $
--- sqlplusint/query1.hh.orig Sat May 19 18:44:48 2001
+++ sqlplusint/query1.hh Fri Aug 9 16:10:16 2002
@@ -31,7 +31,7 @@ private:
public:
Query(Connection *m, bool te = false)
- {mysql = m;errmsg=NULL;Success = true;throw_exceptions=te;}
+ {mysql = m;errmsg=NULL;Success_ = true;throw_exceptions=te;}
//: Create a new query object attached to a connection.
Query(const Query &q); //:
Query& operator = (const Query &q); //: