Refactoring: move fields ui_pass and ui_total_passes from class

Packer into class UiPacker.
This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-29 14:37:01 +02:00
parent 8ab3e63aeb
commit 7b77491c06
6 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ static const char *mkline(unsigned long fu_len, unsigned long fc_len,
**************************************************************************/
UiPacker::UiPacker(const Packer *p_) :
p(p_), s(NULL)
ui_pass(0), ui_total_passes(0), p(p_), s(NULL)
{
init_global_constants();