r399: *** empty log message ***
[ctsim.git] / src / ctsim.h
index 6edcfcf8b9564fc6d538bdc8f2ba5b6db415d806..06c18b35c8b9e200cc3e10a961a3548a32753eec 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.23 2001/01/13 03:51:35 kevin Exp $
+**  $Id: ctsim.h,v 1.24 2001/01/13 10:14:06 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
@@ -150,6 +150,8 @@ public:
   bool getSetModifyNewDocs() const
   { return true; }
   
+  void setIconForFrame (wxFrame* pFrame);
+
 private:
   wxDocManager* m_docManager;
   MainFrame* m_pFrame;