Rif. mod. 95/44.

Modifica a TBrowse::parse_copy(). Assegnato al membro _secondary la
seguente istruzione b.field().has_check().


git-svn-id: svn://10.65.10.50/trunk@1984 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1995-10-20 17:17:37 +00:00
parent 76c9a877bd
commit 36cadf3995

View File

@ -1317,7 +1317,7 @@ bool TBrowse::parse_copy(const TString& what, const TBrowse& b)
{
_out_id = b._out_id;
_out_fn = b._out_fn;
_secondary = TRUE;
_secondary = b.field().has_check();
}
return TRUE;
}