Patch level :4.0 patch futura

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :aggiunta l'inizializzazione di max_frame nella TBook (mancava, ed e' piu' corretto che ci sia come le altre var membro)


git-svn-id: svn://10.65.10.50/trunk@14469 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2006-11-10 10:35:19 +00:00
parent c5f7a08f0c
commit 4837bc423c

View File

@ -1862,7 +1862,7 @@ bool TBook::print_or_preview()
TBook::TBook(const char* name)
: _out(NULL), _is_temporary(false),
_pw(0), _ph(0), _pvr(0), _phr(0),
_pw(0), _ph(0), _pvr(0), _phr(0), _max_frame(0),
_pages(0), _page(0), _rcd(NULL), _printwin(NULL), _page_is_open(false)