]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/TPCSectorViz.h
Changed inheritance order (RenderElement base comes first).
[u/mrichter/AliRoot.git] / EVE / Alieve / TPCSectorViz.h
index a2e75e2bf6a0dec56c7ccec00de117481113eace..20b247fb2c4d8ebc834598bfa934191ca4767cc7 100644 (file)
@@ -18,8 +18,10 @@ class TPCSectorVizEditor;
 class TPCSector2D;  class TPCSector2DEditor;  class TPCSector2DGL;
 class TPCSector3D;  class TPCSector3DEditor;  class TPCSector3DGL;
 
-class TPCSectorViz : public TNamed, public TAtt3D, public TAttBBox,
-                     public Reve::RenderElement
+class TPCSectorViz : public Reve::RenderElement,
+                     public TNamed,
+                     public TAtt3D,
+                     public TAttBBox
 {
   friend class TPCSectorVizEditor;
   friend class TPCSector2D;