8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 17:23:04 +01:00

Absolutely no reasons to have it non-const here

This commit is contained in:
alexpeshkoff 2007-08-14 10:15:23 +00:00
parent 80c41949df
commit d3fbea6a6a

View File

@ -1525,7 +1525,7 @@ struct GpreGlobals
const TEXT* ada_null_address;
DBB isc_databases;
const TEXT* default_user;
TEXT* default_password;
const TEXT* default_password;
const TEXT* default_lc_ctype;
gpre_req* requests;
gpre_lls* events;