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
@@ -211,6 +211,11 @@ protected:
unsigned sononres_names;
unsigned soimage;
unsigned soentries;
private:
// disable copy and assignment
LeFile(LeFile const &); // {}
LeFile& operator= (LeFile const &); // { return *this; }
};