]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Getting rid of warning.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Sep 2008 16:36:46 +0000 (16:36 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Sep 2008 16:36:46 +0000 (16:36 +0000)
HLT/MUON/AliHLTMUONConstants.h
HLT/MUON/AliHLTMUONUtils.h

index fef4fb87c6415fa8c2c48c79cf0b53d8c1c2a86a..3caeb340aa76e4b2993454c60163828cc3cfcb30 100644 (file)
@@ -272,7 +272,7 @@ private:
        // Should never have to create, destroy or copy this object.
        AliHLTMUONConstants();
        AliHLTMUONConstants(const AliHLTMUONConstants& obj);
-       ~AliHLTMUONConstants();
+       virtual ~AliHLTMUONConstants();
        AliHLTMUONConstants& operator = (const AliHLTMUONConstants& obj);
        
        // The following are null/nil structures that can also be used as sentinels:
index 6bb0da2acaa2eed19fec408cc05bc93ce3906c8e..51a3f9394ea9795c4dcf4d1a1cb4da073f5fe473 100644 (file)
@@ -1086,7 +1086,7 @@ private:
        // Should never have to create, copy or destroy this object.
        AliHLTMUONUtils();
        AliHLTMUONUtils(const AliHLTMUONUtils& obj);
-       ~AliHLTMUONUtils();
+       virtual ~AliHLTMUONUtils();
        AliHLTMUONUtils& operator = (const AliHLTMUONUtils& obj);
        
        ClassDef(AliHLTMUONUtils, 0);  // Interface for helpful dHLT utility methods.