X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadproj.h;h=6e6db11cffbb2780b462a80266f69049cc3769fd;hp=6bb16f5e3d6ba605d649ad0d153ffcbff436adbd;hb=a97f1819c4f24321ba8d54a16f6534ee94404d26;hpb=cb0608392968d4509c0fbcf9b029ac5e5923e171 diff --git a/src/threadproj.h b/src/threadproj.h index 6bb16f5..6e6db11 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.2 2001/02/25 15:27:28 kevin Exp $ +** $Id: threadproj.h,v 1.3 2001/02/25 19:24:01 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 @@ -86,7 +86,7 @@ private: public: - ProjectorSupervisor (PhantomFileView* pProjView, int iNDet, int iNView, + ProjectorSupervisor (SupervisorThread* pThread, PhantomFileView* pProjView, int iNDet, int iNView, const char* pszGeometry, int iNSample, double dRotation, double dFocalLength, double dViewRatio, double dScanRatio, const char* const pszLabel);