From 57befab65f4415286ceea4ef631e2d7a1051d70f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 2 Mar 2001 20:20:09 +0000 Subject: [PATCH] r596: no message --- src/views.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1