]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/BoxSetGL.h
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Reve / BoxSetGL.h
index b510412f081d477bf94a722dd442fa85685e6f94..1c263d0a0eaabb636b7de1f88d2846ac5abf754e 100644 (file)
@@ -11,6 +11,9 @@ class BoxSet;
 
 class BoxSetGL : public TGLObject
 {
+  BoxSetGL(const BoxSetGL&);            // Not implemented
+  BoxSetGL& operator=(const BoxSetGL&); // Not implemented
+
 protected:
   BoxSet* fM;