r11859: Canonicalize whitespace
[ctsim.git] / src / backgroundsupr.h
index d4daa3ed314095f307e1d18e2488c9e91fde67d6..6579758c267d2ead180a2856a9edd137a615d1e1 100644 (file)
@@ -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$
 **
 **  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,10 +55,10 @@ private:
   DECLARE_DYNAMIC_CLASS(BackgroundSupervisor)
 
   SupervisorThread* m_pMyThread;
-  wxFrame* m_pParentFrame;
+  wxWindow* m_pParentFrame;
   BackgroundProcessingDocument* m_pDocument;
   const std::string m_strProcessTitle;
-  
+
   const unsigned int m_iTotalUnits;
   int m_iNumThreads;
   volatile bool m_bDone;
@@ -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 ()
@@ -102,7 +102,7 @@ public:
 
   bool start();
   virtual void onDone() {};
-  
+
   virtual void onCancel();
 
   virtual void onWorkerFail(int iThread, std::string strFailMessage);