X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=b78442190c44e0f06aeade515d24e9dd9fd30369;hp=f902f19ca1d31b6a1c372282975a1c543976b58a;hb=57befab65f4415286ceea4ef631e2d7a1051d70f;hpb=0ec398f6f64d51a3a6cc3005d404c74c0c91b271 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;