r187: *** empty log message ***
[ctsim.git] / src / docs.h
index bf69f06d95a6d09b07f7f21359228a5335519c0e..d9997c89ceaac1c039cda12ddad73f6e5d13c037 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: docs.h,v 1.2 2000/07/15 08:36:13 kevin Exp $
+**  $Id: docs.h,v 1.4 2000/07/22 15:45:33 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
@@ -33,7 +33,9 @@
 #define __DOCSH__
 
 #include "wx/docview.h"
+
 #include "imagefile.h"
+#include "phantom.h"
 #include "projections.h"
 
 
@@ -89,7 +91,7 @@ class PhantomDocument: public wxDocument
 
 private:
     Phantom m_phantom;
-    Phantom::PhantomID m_idPhantom;
+    int m_idPhantom;
     wxString m_namePhantom;
 
 public:
@@ -100,7 +102,7 @@ public:
     ~PhantomDocument (void) 
        {}
 
-    const Phantom::PhantomID getPhantomID (void) const
+    const int getPhantomID (void) const
        { return m_idPhantom; }
 
     const wxString& getPhantomName (void) const