X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=include%2Fnographics.h;h=819fecca30991453cd0fc70414e397c785fa014e;hb=5a6caa64e880f613b82e516031028d02fd127257;hp=41413c7ed5363335da778baf831f79c62d4fabf9;hpb=728e9fcbe0b785e56e7dcd2bd305786c647050af;p=ctsim.git diff --git a/include/nographics.h b/include/nographics.h index 41413c7..819fecc 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: nographics.h,v 1.2 2001/03/30 19:17:32 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 @@ -35,10 +35,12 @@ #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);