X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdocs.h;fp=src%2Fdocs.h;h=ab2902672079792c935c632980b6279f0f080101;hb=08c1ec110dc7936c2bbd1c619bd2cf3618c6b4cc;hp=7c41956b7dc2a8c312bdb821171fd69f6a51df5d;hpb=de411914da8b157958e9caae917bf1edeafbb713;p=ctsim.git diff --git a/src/docs.h b/src/docs.h index 7c41956..ab29026 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: docs.h,v 1.28 2001/03/05 17:26:46 kevin Exp $ +** $Id: docs.h,v 1.29 2001/03/11 17:55:29 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 @@ -84,6 +84,7 @@ public: ImageFileView* getView() const; bool getBadFileOpen() const { return m_bBadFileOpen; } void setBadFileOpen() { m_bBadFileOpen = true; } + void Activate(); }; class BackgroundProcessingDocument : public wxDocument