X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fthreadproj.h;h=49212f4a92693ab70b3acf1373c455edb76ccb1f;hb=d850a3477e9ccaecfa85e00bc619848fcc29bdb6;hp=80ac09efe9cd9c7a7572176877f00e573a909388;hpb=c953cbb6ffc2fd50e736230f4e6976a025983cff;p=ctsim.git diff --git a/src/threadproj.h b/src/threadproj.h index 80ac09e..49212f4 100644 --- a/src/threadproj.h +++ b/src/threadproj.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadproj.h,v 1.4 2001/03/01 07:30:49 kevin Exp $ +** $Id: threadproj.h,v 1.6 2001/03/04 04:27: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 @@ -28,6 +28,8 @@ #ifndef _THREADPROJ_H #define _THREADPROJ_H +#ifdef HAVE_WXTHREADS + #include #include #include @@ -71,8 +73,8 @@ class ProjectorSupervisor : public BackgroundSupervisor { private: std::vector m_vecpChildProjections; - PhantomFileDocument* m_pPhantomDoc; PhantomFileView* m_pPhantomView; + PhantomFileDocument* m_pPhantomDoc; Scanner* m_pScanner; const int m_iNDet; @@ -137,5 +139,6 @@ public: }; -#endif +#endif // HAVE_WXTHREADS +#endif // _THREADPROJ_H_