r596: no message
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 Mar 2001 20:20:09 +0000 (20:20 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 Mar 2001 20:20:09 +0000 (20:20 +0000)
src/views.cpp

index f902f19ca1d31b6a1c372282975a1c543976b58a..b78442190c44e0f06aeade515d24e9dd9fd30369 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.123 2001/03/01 20:02:18 kevin Exp $
+**  $Id: views.cpp,v 1.124 2001/03/02 20:20:09 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
 **
 **  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
@@ -2030,7 +2030,7 @@ PhantomFileView::OnRasterize (wxCommandEvent& event)
 
   if (theApp->getUseBackgroundTasks() || theApp->getNumberCPU() > 1) {
     RasterizerSupervisorThread* pThread = new RasterizerSupervisorThread (this, m_iDefaultRasterNX, m_iDefaultRasterNY,
 
   if (theApp->getUseBackgroundTasks() || theApp->getNumberCPU() > 1) {
     RasterizerSupervisorThread* pThread = new RasterizerSupervisorThread (this, m_iDefaultRasterNX, m_iDefaultRasterNY,
-      m_dDefaultRasterViewRatio, m_iDefaultRasterNSamples, os.str().c_str());
+      m_iDefaultRasterNSamples, m_dDefaultRasterViewRatio, os.str().c_str());
     if (pThread->Create() != wxTHREAD_NO_ERROR) {
       *theApp->getLog() << "Error creating rasterizer thread\n";
       return;
     if (pThread->Create() != wxTHREAD_NO_ERROR) {
       *theApp->getLog() << "Error creating rasterizer thread\n";
       return;