From: Kevin M. Rosenberg Date: Fri, 2 Mar 2001 20:20:09 +0000 (+0000) Subject: r596: no message X-Git-Tag: debian-4.5.3-3~421 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=57befab65f4415286ceea4ef631e2d7a1051d70f r596: no message --- diff --git a/src/views.cpp b/src/views.cpp index f902f19..b784421 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** 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 @@ -2030,7 +2030,7 @@ PhantomFileView::OnRasterize (wxCommandEvent& event) 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;