X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fnographics.h;fp=include%2Fnographics.h;h=819fecca30991453cd0fc70414e397c785fa014e;hp=41413c7ed5363335da778baf831f79c62d4fabf9;hb=5a6caa64e880f613b82e516031028d02fd127257;hpb=0392f1a597f0b8b608c81ff5d4f7adfda6154f4f 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);