Avoid some compiler warnings.

committer: mfx <mfx> 968567027 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-10 06:23:47 +00:00
parent a4522627e0
commit 65601b5c26
9 changed files with 24 additions and 9 deletions
+5
View File
@@ -243,6 +243,11 @@ private:
// private to checkPatch()
void *last_patch;
long last_patch_offset;
private:
// disable copy and assignment
Packer(Packer const &); // {}
Packer& operator= (Packer const &); // { return *this; }
};