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: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
François Andriot 5 years ago committed by Slávek Banko
parent d368cdf93e
commit aa53689da2
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save