X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fbackgroundmgr.h;fp=src%2Fbackgroundmgr.h;h=7fed0ca818016dcc70f7e4fbb793573b1e0f0e92;hp=cb738ce3be8fae87913e25d46cbab54eb6b09d2f;hb=1a050c98763fbbc0662731b0b76953acede6f5d7;hpb=c8b19dfaffba9f06d8b6c40cb1bb83a8964867f7 diff --git a/src/backgroundmgr.h b/src/backgroundmgr.h index cb738ce..7fed0ca 100644 --- a/src/backgroundmgr.h +++ b/src/backgroundmgr.h @@ -75,7 +75,7 @@ private: wxSize m_sizeBorder; wxSize m_sizeCellSpacing; wxSize m_sizeButton; - + public: BackgroundManager (); ~BackgroundManager(); @@ -103,8 +103,8 @@ private: public: BackgroundManagerTask (BackgroundSupervisor* pSupervisor, const char* const pszName, int iPos, - wxGauge* pGauge, wxStaticText* pLabel, wxButton* pButton, int iButtonID) - : m_pSupervisor(pSupervisor), m_strName(pszName), m_iPosition(iPos), m_pGauge(pGauge), + wxGauge* pGauge, wxStaticText* pLabel, wxButton* pButton, int iButtonID) + : m_pSupervisor(pSupervisor), m_strName(pszName), m_iPosition(iPos), m_pGauge(pGauge), m_pLabel(pLabel), m_pButton(pButton), m_iButtonID(iButtonID) {}