r632: Added Clipboard functions to image files
[ctsim.git] / src / docs.h
index 7c41956b7dc2a8c312bdb821171fd69f6a51df5d..ab2902672079792c935c632980b6279f0f080101 100644 (file)
@@ -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