X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fbackgroundsupr.h;fp=src%2Fbackgroundsupr.h;h=e362e4061c670f2bb924b9d919a97a6f5b82dab0;hp=d4daa3ed314095f307e1d18e2488c9e91fde67d6;hb=87748a0c3854cd5b2660baad217cf7071cb24be2;hpb=294a10772740d04c66b2ea9284a6d7e243e55c99 diff --git a/src/backgroundsupr.h b/src/backgroundsupr.h index d4daa3e..e362e40 100644 --- a/src/backgroundsupr.h +++ b/src/backgroundsupr.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: backgroundsupr.h,v 1.11 2001/03/09 21:31:51 kevin Exp $ +** $Id: backgroundsupr.h,v 1.12 2002/10/24 20:09:55 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 @@ -55,7 +55,7 @@ private: DECLARE_DYNAMIC_CLASS(BackgroundSupervisor) SupervisorThread* m_pMyThread; - wxFrame* m_pParentFrame; + wxWindow* m_pParentFrame; BackgroundProcessingDocument* m_pDocument; const std::string m_strProcessTitle; @@ -88,7 +88,7 @@ public: MSG_WORKER_THREAD_FAIL = 7507, // sent by workers when they fail }; - BackgroundSupervisor (SupervisorThread* pMyThread, wxFrame* pParentFrame, BackgroundProcessingDocument* pDocument, const char* const pszProcessTitle, + BackgroundSupervisor (SupervisorThread* pMyThread, wxWindow* pParentFrame, BackgroundProcessingDocument* pDocument, const char* const pszProcessTitle, int iTotalUnits); BackgroundSupervisor ()