r648: no message
[ctsim.git] / include / nographics.h
index 41413c7ed5363335da778baf831f79c62d4fabf9..819fecca30991453cd0fc70414e397c785fa014e 100644 (file)
@@ -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
 #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);