From: ivana Date: Wed, 21 Jan 2009 12:44:37 +0000 (+0000) Subject: In AliMUONTriggerGUIbdmap: X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=9671bf76986eef2912b16b388327f03e19de30f7 In AliMUONTriggerGUIbdmap: - Added missing forward declaration - Renamed argument main in ctor (not to confuse new rulechecker) --- diff --git a/MUON/AliMUONTriggerGUIbdmap.cxx b/MUON/AliMUONTriggerGUIbdmap.cxx index 26e9b222159..6be90a7bf98 100644 --- a/MUON/AliMUONTriggerGUIbdmap.cxx +++ b/MUON/AliMUONTriggerGUIbdmap.cxx @@ -57,7 +57,7 @@ ClassImp(AliMUONTriggerGUIbdmap) /// \endcond //__________________________________________________________________________ -AliMUONTriggerGUIbdmap::AliMUONTriggerGUIbdmap(const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h) +AliMUONTriggerGUIbdmap::AliMUONTriggerGUIbdmap(const TGWindow *p, const TGWindow *mainWindow, UInt_t w, UInt_t h) : TGFrame(0), fMain(0), fLocTrigE(0), @@ -88,7 +88,7 @@ AliMUONTriggerGUIbdmap::AliMUONTriggerGUIbdmap(const TGWindow *p, const TGWindow gStyle->SetPadTopMargin(0.05); gStyle->SetPadBottomMargin(0.05); - fMain = new TGTransientFrame(p, main, w, h, kVerticalFrame); + fMain = new TGTransientFrame(p, mainWindow, w, h, kVerticalFrame); fMain->Connect("CloseWindow()", "AliMUONTriggerGUIbdmap", this, "CloseWindow()"); fMain->DontCallClose(); // to avoid double deletions. diff --git a/MUON/AliMUONTriggerGUIbdmap.h b/MUON/AliMUONTriggerGUIbdmap.h index 453e4ece1d4..a0bde5848c9 100644 --- a/MUON/AliMUONTriggerGUIbdmap.h +++ b/MUON/AliMUONTriggerGUIbdmap.h @@ -30,6 +30,7 @@ class AliMUONTriggerCrateStore; class AliMUONMCDataInterface; class AliMUONDigitStoreV1; class AliMUONTriggerStoreV1; +class AliMUONCalibrationData; class AliLoader; class AliMUONTriggerGUIbdmap : public TGFrame @@ -37,7 +38,7 @@ class AliMUONTriggerGUIbdmap : public TGFrame public: - AliMUONTriggerGUIbdmap(const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h); + AliMUONTriggerGUIbdmap(const TGWindow *p, const TGWindow *mainWindow, UInt_t w, UInt_t h); virtual ~AliMUONTriggerGUIbdmap(); /// set the name of the board gui window