X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=fe7d4ef14e142b03203d34f6589998524e7a9538;hp=be956dbfc79e536805bcd0725b9004a8f730e7b7;hb=9b0b1428ccbdeab0c89d605588355ef321ad1895;hpb=c0050bd4895abf28b5e5aabdad690d5d148edf93 diff --git a/src/views.cpp b/src/views.cpp index be956db..fe7d4ef 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: views.cpp,v 1.79 2001/01/27 03:39:53 kevin Exp $ +** $Id: views.cpp,v 1.80 2001/01/27 21:21:57 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 @@ -1734,7 +1734,7 @@ EVT_MENU(PHMMENU_PROCESS_PROJECTIONS, PhantomFileView::OnProjections) END_EVENT_TABLE() PhantomFileView::PhantomFileView() -: wxView(), m_pCanvas(NULL), m_pFrame(NULL), m_pFileMenu(0) +: wxView(), m_pFrame(NULL), m_pCanvas(NULL), m_pFileMenu(0) { m_iDefaultNDet = 367; m_iDefaultNView = 320;