X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;fp=src%2Fviews.h;h=0fb0bd7d44d48a919fb24efd42a6e7adfac596c3;hp=b820eef33f11f1dc5e2935a3b47f1a1c02c3b827;hb=f3c7d22b4544bb1d5c4471bceded6dc5b9ed57fd;hpb=97a6556aa6dedac1041891ae572bed51aaa41769 diff --git a/src/views.h b/src/views.h index b820eef..0fb0bd7 100644 --- a/src/views.h +++ b/src/views.h @@ -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(wxView::GetDocument()); }