X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadraster.cpp;h=8a93facb5538ad2025e09cba70ac39a76562b878;hp=736bf90b71d1606ec044281b08fcef3c6873ce45;hb=b4f2d26b8657e786cecf339a13fe8e53c2a0e6b5;hpb=fbe99ce7041eb409981b1fd8e269827daf4ed168 diff --git a/src/threadraster.cpp b/src/threadraster.cpp index 736bf90..8a93fac 100644 --- a/src/threadraster.cpp +++ b/src/threadraster.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadraster.cpp,v 1.10 2001/03/05 19:14:40 kevin Exp $ +** $Id: threadraster.cpp,v 1.11 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 @@ -86,7 +86,7 @@ RasterizerSupervisorThread::Entry() if (! rasterSupervisor.cancelled()) rasterSupervisor.onDone(); rasterSupervisor.deleteWorkers(); - + return reinterpret_cast(0); }