r608: *** empty log message ***
[ctsim.git] / src / threadrecon.h
index 97b36f42238a51720e2d4020191f597c90a21451..89c58fe61ff27e3788b9a78a2453ec793627cac0 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2001 Kevin Rosenberg
 **
-**  $Id: threadrecon.h,v 1.10 2001/02/25 19:24:01 kevin Exp $
+**  $Id: threadrecon.h,v 1.12 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
@@ -28,6 +28,9 @@
 #ifndef _THREADRECON_H
 #define _THREADRECON_H
 
+#ifdef HAVE_WXTHREADS
+
+
 #include <vector>
 #include <wx/thread.h>
 #include <wx/progdlg.h>
@@ -73,8 +76,8 @@ class ReconstructorSupervisor : public BackgroundSupervisor {
 private:
 
   std::vector<ImageFile*> m_vecpChildImageFile;
-  ProjectionFileDocument* m_pProjDoc;
   ProjectionFileView* m_pProjView;
+  ProjectionFileDocument* m_pProjDoc;
     
   const int m_iImageNX;
   const int m_iImageNY;
@@ -135,6 +138,6 @@ public:
   virtual void OnExit();
 };
 
-
-#endif
+#endif // HAVE_WXTHREADS
+#endif // _THREADRECON_H_