r11859: Canonicalize whitespace
[ctsim.git] / src / dlgezplot.h
index de25e64825521eeed769de1bbed166d275326438..1d23d99423384959e21c563224bd1a95812273e5 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: dlgezplot.h,v 1.4 2001/03/29 21:25:50 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
 #ifndef __DLGEZPLOT_H_
 #define __DLGEZPLOT_H_
 
-#ifdef __GNUG__
-#pragma interface "dlgezplot.h"
-#endif
-
 #include "wx/setup.h"
 #include "wx/dialog.h"
 #include "wx/dcmemory.h"
@@ -44,7 +40,7 @@ class EZPlot;
 
 class EZPlotControl : public wxPanel
 {
-private:  
+private:
   DECLARE_DYNAMIC_CLASS (EZPlotControl)
   DECLARE_EVENT_TABLE ()
   EZPlot* m_pEZPlot;
@@ -67,7 +63,7 @@ public:
 
   virtual wxSize GetBestSize() const;
 
-  EZPlot* getEZPlot() 
+  EZPlot* getEZPlot()
   { return m_pEZPlot; }
 
   void OnPaint(wxPaintEvent& event);