X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fbackgroundmgr.h;h=225a78eb073537bd1b367efe15e7eb30606c0377;hp=1c126c34b220bcd51c71441988c23c102063a28b;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=841cd96a9faa03494c7841877a7f008c019fed9e diff --git a/src/backgroundmgr.h b/src/backgroundmgr.h index 1c126c3..225a78e 100644 --- a/src/backgroundmgr.h +++ b/src/backgroundmgr.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id: backgroundmgr.h,v 1.11 2001/03/09 21:31:51 kevin Exp $ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -75,7 +73,7 @@ private: wxSize m_sizeBorder; wxSize m_sizeCellSpacing; wxSize m_sizeButton; - + public: BackgroundManager (); ~BackgroundManager(); @@ -103,8 +101,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) {}