Update copyright date; remove old CVS keyword
[ctsim.git] / src / views.h
index 3d5ea6155fe94a1b1a5ee7cec12ff2e0f26ed82d..47c8fe2382995a9dbcdd310441894b1d3315515a 100644 (file)
@@ -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