blob: 4c83993d7651e29cb3ecc5bdac340a841c762aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/ContMan.hpp.orig 2003-10-07 01:43:26.000000000 +1000
+++ src/ContMan.hpp 2003-10-07 01:44:19.000000000 +1000
@@ -64,7 +64,7 @@
// The sequence of CompressContainers follow *directly* the container block object
// in memory.
{
- friend CompressContainerMan;
+ friend class CompressContainerMan;
CompressContainerBlock *nextblock; // The next container block in the list
unsigned short contnum; // Number of containers
unsigned short userdatasize; // The compressor associated with the container
|