X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fnographics.h;h=3e264079cd8edf8d8ed3d5bbf652ff5007211c08;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=41413c7ed5363335da778baf831f79c62d4fabf9;hpb=728e9fcbe0b785e56e7dcd2bd305786c647050af;p=ctsim.git diff --git a/include/nographics.h b/include/nographics.h index 41413c7..3e26407 100644 --- a/include/nographics.h +++ b/include/nographics.h @@ -7,9 +7,7 @@ ** Date Started: Mar 2001 ** ** 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 $ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 +26,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);