]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Subclass from ReferenceBackPtr instead of ReferenceCount.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Dec 2006 18:02:40 +0000 (18:02 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Dec 2006 18:02:40 +0000 (18:02 +0000)
EVE/Reve/FrameBox.h

index c126a8b3c6ee15a29207662d0aa2e601b7cc8eb3..99fc3c8302a3b8137b8df9b182aa4d5acaa5daab 100644 (file)
@@ -9,7 +9,7 @@
 
 namespace Reve {
 
-class FrameBox : public TObject, public ReferenceCount
+class FrameBox : public TObject, public ReferenceBackPtr
 {
   friend class FrameBoxGL;