X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fbackgroundmgr.cpp;h=3a93370bea1c274d5ffc4696cf3caaf74ae8ec0a;hb=fbe99ce7041eb409981b1fd8e269827daf4ed168;hp=ff22e58352a70a0747fc34d462bec7a49c35f98a;hpb=793b8154fdc069e43a939852657e89847d01ee77;p=ctsim.git diff --git a/src/backgroundmgr.cpp b/src/backgroundmgr.cpp index ff22e58..3a93370 100644 --- a/src/backgroundmgr.cpp +++ b/src/backgroundmgr.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: backgroundmgr.cpp,v 1.10 2001/03/05 15:16:25 kevin Exp $ +** $Id: backgroundmgr.cpp,v 1.11 2001/03/05 19:14:40 kevin Exp $ ** ** 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 @@ -236,7 +236,7 @@ BEGIN_EVENT_TABLE(BackgroundManagerCanvas, wxPanel) END_EVENT_TABLE() BackgroundManagerCanvas::BackgroundManagerCanvas (BackgroundManager* pMgr) -: m_pBackgroundManager(pMgr), wxPanel (pMgr) +: wxPanel (pMgr), m_pBackgroundManager(pMgr) { }