]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterInterfaceHelper.h
Fixing bug in generating error messages, where the wrong DDL was being indicated.
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterInterfaceHelper.h
index 8bd27a3f02cc3f83bdcf2362198acb0e14c7af3b..257e152981227700187cfd7028c41a582673b088 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliMUONPainterInterfaceHelper_H
-#define AliMUONPainterInterfaceHelper_H
+#ifndef ALIMUONPAINTERINTERFACEHELPER_H
+#define ALIMUONPAINTERINTERFACEHELPER_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 * See cxx source for full Copyright notice                               */
@@ -64,6 +64,8 @@ public:
   
   static void Unselect(TGButtonGroup& bg, const TString& buttonName, Bool_t emit=kFALSE);
     
+  static void RemoveButton(TGButtonGroup& bg, TGButton* button);
+  
   ClassDef(AliMUONPainterInterfaceHelper,1) // Helper class for TGButtonGroup manipulation
 };