X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fnographics.h;h=783fc204663c8c94865f013a4d81a1b4c30d400c;hp=41413c7ed5363335da778baf831f79c62d4fabf9;hb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;hpb=728e9fcbe0b785e56e7dcd2bd305786c647050af diff --git a/include/nographics.h b/include/nographics.h index 41413c7..783fc20 100644 --- a/include/nographics.h +++ b/include/nographics.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: nographics.h,v 1.1 2001/03/29 21:25:49 kevin Exp $ +** $Id$ ** ** 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 @@ -28,17 +28,17 @@ #ifndef __NOGRAPHICS_H_ #define __NOGRAPHICS_H_ -#ifdef __GNUG__ -#pragma interface "nographics.h" -#endif +#include #ifdef HAVE_WXWINDOWS class EZPlot; class wxWindow; +class wxEZPlotDialog; + class EZPlotDialog { private: - void* m_pDummy; + wxEZPlotDialog* m_pDialog; public: EZPlotDialog (wxWindow *parent = NULL, bool bCancelButton = false);