X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fgraph3dview.cpp;h=55fe7c1d9ece9bf2d8230685d624170ccadddabb;hb=df521cfe14a9e0b47bdcd98d1f67d03acf242162;hp=a391599a8012089e0cb04627db8cffb70d3942c2;hpb=50fd2b2fb2ff63871986e6853dbebad0ecd00698;p=ctsim.git diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index a391599..55fe7c1 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.cpp,v 1.13 2001/02/16 02:36:18 kevin Exp $ +** $Id: graph3dview.cpp,v 1.15 2001/02/22 11:05:38 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 @@ -30,13 +30,8 @@ #pragma interface #endif -// For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - #ifndef WX_PRECOMP #include "wx/wx.h" #endif @@ -172,7 +167,7 @@ EVT_MENU(GRAPH3D_VIEW_SCALE_FULL, Graph3dFileView::OnScaleFull) END_EVENT_TABLE() Graph3dFileView::Graph3dFileView () -: m_pFileMenu(NULL), m_pViewMenu(NULL) + : m_pFileMenu(NULL), m_pViewMenu(NULL), m_pCanvas(NULL), m_pFrame(NULL) { m_bDoubleBuffer = true; m_bSmooth = true;