Remove bool/my_bool artifact, the 'bool' data type is part of the c++

language and was added to c compilers with c99.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/21/head
François Andriot 5 years ago committed by gregory guy
parent e7d72ab3f2
commit 90ea30a42a
No known key found for this signature in database
GPG Key ID: 3BCCA0F7AB4536F4

@ -517,7 +517,7 @@ bool TQMYSQLDriver::open( const TQString& db,
return FALSE;
}
my_bool reconnect = 0;
bool reconnect = 0;
for ( it = opts.begin(); it != opts.end(); ++it ) {
TQString opt( (*it).upper() );
if ( opt == "CLIENT_COMPRESS" )

Loading…
Cancel
Save