X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fgraph3dview.h;h=f5ae3e4afc19f78ecb175cb2ef0b384c2897269b;hp=702309e19edbe9c31365e1c2571800d423ee7833;hb=0cc4ade2e5b8981c7923a1b37acfdc5efe2d03f6;hpb=1f72f3289ee6be64ec607ea93b4fcfe8b5dff3eb diff --git a/src/graph3dview.h b/src/graph3dview.h index 702309e..f5ae3e4 100644 --- a/src/graph3dview.h +++ b/src/graph3dview.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.h,v 1.5 2001/02/04 21:28:19 kevin Exp $ +** $Id: graph3dview.h,v 1.6 2001/02/04 22:58: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 @@ -135,7 +135,7 @@ private: public: Graph3dFileCanvas (Graph3dFileView* view, wxWindow *parent, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, long style = 0, int* gl_attrib = NULL); + const wxSize& size = wxDefaultSize, long style = 0); virtual ~Graph3dFileCanvas(); virtual void OnDraw(wxDC& dc);