X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadraster.h;fp=src%2Fthreadraster.h;h=222091c6b5f14a8fd184902646ef695646949bb9;hp=2644a45840cdb9fe72e6ebb254ea295755040764;hb=8cce345df80fdbeea1c03a04a71d805951a87b74;hpb=7af7f4eb207891a4c0bfc60233b90847fd9b96cf diff --git a/src/threadraster.h b/src/threadraster.h index 2644a45..222091c 100644 --- a/src/threadraster.h +++ b/src/threadraster.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadraster.h,v 1.2 2001/03/02 21:11:50 kevin Exp $ +** $Id: threadraster.h,v 1.3 2001/03/04 03:14:47 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 @@ -65,9 +65,9 @@ public: class RasterizerSupervisor : public BackgroundSupervisor { private: + PhantomFileView* m_pPhantomView; std::vector m_vecpChildImageFiles; PhantomFileDocument* m_pPhantomDoc; - PhantomFileView* m_pPhantomView; const int m_iNX; const int m_iNY;