X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadraster.cpp;h=b45875dbe71e1afb0c38ca3ebc4f9df5be316bb8;hp=8a93facb5538ad2025e09cba70ac39a76562b878;hb=a65971e957a117618b33070897f11a4116f38e1f;hpb=b7cbad1230585741079fad4881a8d67be2592100 diff --git a/src/threadraster.cpp b/src/threadraster.cpp index 8a93fac..b45875d 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.11 2001/03/05 20:29:23 kevin Exp $ +** $Id: threadraster.cpp,v 1.12 2001/03/07 21:18:50 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 @@ -87,7 +87,7 @@ RasterizerSupervisorThread::Entry() rasterSupervisor.onDone(); rasterSupervisor.deleteWorkers(); - return reinterpret_cast(0); + return static_cast(0); } void @@ -217,7 +217,7 @@ RasterizerWorker::Entry () while (! TestDestroy()) Sleep(100); - return reinterpret_cast(0); + return static_cast(0); } void