r617: *** empty log message ***
[ctsim.git] / src / threadraster.cpp
index 736bf90b71d1606ec044281b08fcef3c6873ce45..b45875dbe71e1afb0c38ca3ebc4f9df5be316bb8 100644 (file)
@@ -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.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
@@ -86,8 +86,8 @@ RasterizerSupervisorThread::Entry()
   if (! rasterSupervisor.cancelled())
     rasterSupervisor.onDone();
   rasterSupervisor.deleteWorkers();
-  
-  return reinterpret_cast<wxThread::ExitCode>(0);
+
+    return static_cast<wxThread::ExitCode>(0);
 }
 
 void
@@ -217,7 +217,7 @@ RasterizerWorker::Entry ()
   while (! TestDestroy())
     Sleep(100);
 
-  return reinterpret_cast<wxThread::ExitCode>(0);
+  return static_cast<wxThread::ExitCode>(0);
 }
 
 void