r609: *** empty log message ***
[ctsim.git] / src / threadraster.h
index 222091c6b5f14a8fd184902646ef695646949bb9..6ed173b49f1266345d2a1bd47fb68357f0d88fa5 100644 (file)
@@ -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();
 };