]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/RGeoNodeEditors.h
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Reve / RGeoNodeEditors.h
index e16888f9b85911fdf244c934a49ec74ff1c8e20c..c42dd992c25f7c79e3cd7c36aa2bbf7c762e8948 100644 (file)
@@ -17,6 +17,9 @@ class GeoTopNodeRnrEl;
 
 class GeoNodeRnrElEditor : public TGedFrame
 {
+  GeoNodeRnrElEditor(const GeoNodeRnrElEditor&);            // Not implemented
+  GeoNodeRnrElEditor& operator=(const GeoNodeRnrElEditor&); // Not implemented
+
 protected:
   GeoNodeRnrEl*   fNodeRE;
 
@@ -47,6 +50,9 @@ public:
 
 class GeoTopNodeRnrElEditor : public TGedFrame
 {
+  GeoTopNodeRnrElEditor(const GeoTopNodeRnrElEditor&);            // Not implemented
+  GeoTopNodeRnrElEditor& operator=(const GeoTopNodeRnrElEditor&); // Not implemented
+
 protected:
   GeoTopNodeRnrEl*   fTopNodeRE;