X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fthreadraster.h;h=6ed173b49f1266345d2a1bd47fb68357f0d88fa5;hb=3ea498d51ce4597e9649cd21f155b51175ea0bea;hp=222091c6b5f14a8fd184902646ef695646949bb9;hpb=8cce345df80fdbeea1c03a04a71d805951a87b74;p=ctsim.git diff --git a/src/threadraster.h b/src/threadraster.h index 222091c..6ed173b 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.3 2001/03/04 03:14:47 kevin Exp $ +** $Id: threadraster.h,v 1.4 2001/03/05 20:29:23 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 @@ -56,7 +56,6 @@ public: RasterizerSupervisorThread(PhantomFileView* pProjView, int iNX, int iNY, int iNSample, double dViewRatio, const char* const pszLabel); virtual wxThread::ExitCode Entry(); - virtual void OnExit(); };