Eliminato un const assolutamente dimmerda

git-svn-id: svn://10.65.10.50/trunk@280 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1994-09-23 07:43:46 +00:00
parent 1accdb22cf
commit 772abbb205

View File

@ -278,7 +278,7 @@ HIDDEN bool _xt_cf_val(TEdit_field& f, KEY key)
{
if (f.mask().query_mode()) return TRUE;
const TString16 cf(f.get());
TString16 cf(f.get());
if (cf.empty()) return f.error_box("Codice fiscale obbligatorio");
if (!_cf_val(f, key)) return FALSE;