]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No default argument in Clear(char *)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 18:23:29 +0000 (18:23 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 18:23:29 +0000 (18:23 +0000)
RICH/AliRICHHitMapA1.cxx
RICH/AliRICHTresholdMap.cxx

index 50fe906f4307397505d57eb5bef5de70f7629d65..ba5c5ab25f051e08af3d0b516ad687f402f7c53d 100644 (file)
@@ -52,7 +52,7 @@ AliRICHHitMapA1::~AliRICHHitMapA1()
     if (fHitMap) delete[] fHitMap;
 }
 
-void AliRICHHitMapA1::Clear(const char *opt = "")
+void AliRICHHitMapA1::Clear(const char *opt)
 {
 
 // Clear contents of hit map
index 6c28438e79ff5353975df8b42823ecf8bc523645..48c2d180bf984d150c74462c04caac7ea5886af2 100644 (file)
@@ -50,7 +50,7 @@ AliRICHTresholdMap::~AliRICHTresholdMap()
     if (fHitMap) delete[] fHitMap;
 }
 
-void AliRICHTresholdMap::Clear(const char *opt = "")
+void AliRICHTresholdMap::Clear(const char *opt)
 {
 
 // Clear contents of hit map