X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliDCSValue.h;h=80c82f7486facb7a620696e855049adfe922cd2c;hb=3e90f604fdd270e98315869d5c589e19368b0a7b;hp=57563880febf8a82a316867e76de008fc8e84a06;hpb=60d864bdb40b2667cbb3f844ac0915a1a2e429de;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliDCSValue.h b/STEER/AliDCSValue.h index 57563880feb..80c82f7486f 100644 --- a/STEER/AliDCSValue.h +++ b/STEER/AliDCSValue.h @@ -27,7 +27,7 @@ public: AliDCSValue(); AliDCSValue(const AliDCSValue& c); - ~AliDCSValue(); + virtual ~AliDCSValue(); AliDCSValue& operator=(const AliDCSValue& c); virtual void Copy(TObject& c) const; @@ -52,6 +52,7 @@ public: Int_t GetSize() const; const Char_t* ToString() const; + void Print(Option_t* /*opt*/) const; protected: void Init();