X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadraster.h;h=6ed173b49f1266345d2a1bd47fb68357f0d88fa5;hp=222091c6b5f14a8fd184902646ef695646949bb9;hb=b4f2d26b8657e786cecf339a13fe8e53c2a0e6b5;hpb=fbe99ce7041eb409981b1fd8e269827daf4ed168 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(); };