X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=a41efaa2fd91a3b5f6a66a53ee079f09cece6d51;hp=6f71f01602850e3204409a47649d5328991f84ad;hb=806a6ed49930ae2bd8028eb7e3ffb79f017ef7f1;hpb=b91d4ce77b4bd48df8c6e120f725c5a87062a00b diff --git a/src/views.cpp b/src/views.cpp index 6f71f01..a41efaa 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.96 2001/02/02 23:04:06 kevin Exp $ +** $Id: views.cpp,v 1.97 2001/02/03 18:42:21 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 @@ -932,7 +932,6 @@ bool ImageFileView::OnCreate (wxDocument *doc, long WXUNUSED(flags) ) { m_pFrame = CreateChildFrame(doc, this); - (m_pFrame); m_bMinSpecified = false; m_bMaxSpecified = false; @@ -2170,7 +2169,7 @@ EVT_MENU(PJMENU_CONVERT_FFT_POLAR, ProjectionFileView::OnConvertFFTPolar) END_EVENT_TABLE() ProjectionFileView::ProjectionFileView() -: wxView(), m_pCanvas(NULL), m_pFrame(NULL), m_pFileMenu(0) +: wxView(), m_pFrame(NULL), m_pCanvas(NULL), m_pFileMenu(0) { #ifdef DEBUG m_iDefaultNX = 115;