X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=06c18b35c8b9e200cc3e10a961a3548a32753eec;hb=57ae061f45865e1019c895d3351fcde281bd675d;hp=6edcfcf8b9564fc6d538bdc8f2ba5b6db415d806;hpb=c70eb596eeeeda21f872065d9e11a67996394626;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index 6edcfcf..06c18b3 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -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;