Renamed pass and total_passes to ui_pass and ui_total_passes in class Packer.

committer: mfx <mfx> 975421199 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-11-28 14:19:59 +00:00
parent 5abb6eb61a
commit c350efb3d0
4 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -236,8 +236,8 @@ protected:
// UI handler
UiPacker *uip;
int pass;
int total_passes;
int ui_pass;
int ui_total_passes;
// linker
Linker *linker;