X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.h;h=47c8fe2382995a9dbcdd310441894b1d3315515a;hb=HEAD;hp=3d5ea6155fe94a1b1a5ee7cec12ff2e0f26ed82d;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/src/views.h b/src/views.h index 3d5ea61..47c8fe2 100644 --- a/src/views.h +++ b/src/views.h @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -67,7 +65,7 @@ private: int m_iDefaultExportFormatID; - wxWindow* getFrameForChild() + wxFrame* getFrameForChild() #if CTSIM_MDI { return theApp->getMainFrame(); } #else