Consistently use const Class &' instead of Class const &'.

committer: mfx <mfx> 1042741665 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-01-16 18:27:45 +00:00
parent 7860e7a249
commit 8f25c72085
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ bool PackLinuxI386elf::canPack()
}
void PackLinuxI386elf::packExtent(
Extent const &x,
const Extent &x,
unsigned &total_in,
unsigned &total_out,
Filter *ft,