Corretto cast a TLocalisamfile
git-svn-id: svn://10.65.10.50/trunk@4923 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5bafa21aca
commit
ad9d7d7933
@ -1825,7 +1825,7 @@ bool TStampaBilanciCDC_application::calcola(int g, int c, long s)
|
||||
bool conto_mov = FALSE;
|
||||
TExternisamfile movcas("$movcas");
|
||||
TLocalisamfile xmov(LF_RMOV);
|
||||
TLocalisamfile& rmov = _movcas_print ? movcas : xmov;
|
||||
TLocalisamfile& rmov = _movcas_print ? (TLocalisamfile&)movcas : xmov;
|
||||
TLocalisamfile mov(LF_MOV);
|
||||
|
||||
TDecoder causali(LF_CAUSALI, CAU_MOVAP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user