X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fthreadrecon.h;h=89c58fe61ff27e3788b9a78a2453ec793627cac0;hb=fbe99ce7041eb409981b1fd8e269827daf4ed168;hp=f8d2940ee53483fc54da73dc3b12edc0386cc0a0;hpb=52f2fdc3424cd6b5b77ad1497243e1e06739ffe6;p=ctsim.git diff --git a/src/threadrecon.h b/src/threadrecon.h index f8d2940..89c58fe 100644 --- a/src/threadrecon.h +++ b/src/threadrecon.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadrecon.h,v 1.11 2001/03/02 21:11:50 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 @@ -76,8 +76,8 @@ class ReconstructorSupervisor : public BackgroundSupervisor { private: std::vector m_vecpChildImageFile; - ProjectionFileDocument* m_pProjDoc; ProjectionFileView* m_pProjView; + ProjectionFileDocument* m_pProjDoc; const int m_iImageNX; const int m_iImageNY;