]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/TPCSectorVizEditor.h
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Alieve / TPCSectorVizEditor.h
index b15bc41427318cbaa606383c0c0f2f9325b689ba..ac9a97c1e93c42f473d351f1cdd4e1b2af94414d 100644 (file)
@@ -22,6 +22,9 @@ class TPCSectorViz;
 
 class TPCSectorVizEditor : public TGedFrame
 {
+  TPCSectorVizEditor(const TPCSectorVizEditor&);            // Not implemented
+  TPCSectorVizEditor& operator=(const TPCSectorVizEditor&); // Not implemented
+
 protected:
   TPCSectorViz* fM; // fModel dynamic-casted to TPCSectorVizEditor
 
@@ -33,7 +36,7 @@ protected:
   TGCheckButton*    fRnrOut2;
 
   Reve::RGValuator* fThreshold;
-  Reve::RGValuator* fMaxVal;
+  Reve::RGValuator* fMaxVal;   
 
   Reve::RGDoubleValuator* fTime;