]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/qaGui/AliTRDqaGuiClustersSM.h
Compilation on Windows/Cygwin: moving the non-implemented/dummy copy constructors...
[u/mrichter/AliRoot.git] / TRD / qaGui / AliTRDqaGuiClustersSM.h
index ea560c2f816959c1a0d27811290e9749ca0df624..90f303492f95456d55d393f12c311dea80711a13 100644 (file)
@@ -34,8 +34,6 @@ class AliTRDqaGuiClustersSM : public TGCompositeFrame {
 
   AliTRDqaGuiClustersSM();
   AliTRDqaGuiClustersSM(TGWindow *parent);
-  AliTRDqaGuiClustersSM& operator = (const AliTRDqaGuiClustersSM& /*g*/) { return *this; };
-  AliTRDqaGuiClustersSM(const AliTRDqaGuiClustersSM&);
   ~AliTRDqaGuiClustersSM() {}
   
   void SetQAFile(const char *filename);
@@ -68,6 +66,10 @@ class AliTRDqaGuiClustersSM : public TGCompositeFrame {
   TGTextButton *fGNext;      // next sm
   TGTextButton *fGPlay;      // loop throu sm
 
+ private:
+  AliTRDqaGuiClustersSM& operator = (const AliTRDqaGuiClustersSM& /*g*/) { return *this; };
+  AliTRDqaGuiClustersSM(const AliTRDqaGuiClustersSM&);
+
   ClassDef(AliTRDqaGuiClustersSM,1) // 
 };