X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.cpp;h=4e4313d8b98ec5bbf53a6ed67d38c23ffeb1ce66;hb=af2b058715fb690c708734708ac178490371b3ad;hp=e2c0c47e4a08c6fb72765ef1d720f0c78451742a;hpb=0c4d286b980e2d617b926f9dbea7572eaf1897cd;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index e2c0c47..4e4313d 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.76 2001/01/27 01:51:47 kevin Exp $ +** $Id: views.cpp,v 1.77 2001/01/27 02:01:41 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 @@ -224,7 +224,7 @@ EVT_MENU(IFMENU_PLOT_HISTOGRAM, ImageFileView::OnPlotHistogram) END_EVENT_TABLE() ImageFileView::ImageFileView() -: wxView(), m_pCanvas(NULL), m_pFrame(NULL), m_bMinSpecified(false), m_bMaxSpecified(false), m_pFileMenu(0) +: wxView(), m_pFrame(NULL), m_pCanvas(NULL), m_pFileMenu(0), m_bMinSpecified(false), m_bMaxSpecified(false) { m_iDefaultExportFormatID = ImageFile::FORMAT_PNG; }