r2108: *** empty log message ***
[ctsim.git] / src / views.h
index b820eef33f11f1dc5e2935a3b47f1a1c02c3b827..0fb0bd7d44d48a919fb24efd42a6e7adfac596c3 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.57 2002/05/03 00:40:30 kevin Exp $
+**  $Id: views.h,v 1.58 2002/06/06 22:50:24 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
@@ -425,6 +425,7 @@ public:
   wxDocChildFrame* getFrame() { return m_pFrame; }
 #endif
   
+  void setInitialClientSize();
   wxMenu* getFileMenu() { return m_pFileMenu; }
   PlotFileDocument* GetDocument() 
   { return dynamic_cast<PlotFileDocument*>(wxView::GetDocument()); }