X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdocs.h;h=d9997c89ceaac1c039cda12ddad73f6e5d13c037;hp=b56ebe5442cbb5cd66d5f6d6ef3b9e47aaacf7b4;hb=286d655a25df2668bd65ad365676c6ecc94415a1;hpb=04c6595c9b3a36151671fd8f697f8a9a38dce735 diff --git a/src/docs.h b/src/docs.h index b56ebe5..d9997c8 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: docs.h,v 1.3 2000/07/19 04:33:27 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 @@ -91,7 +91,7 @@ class PhantomDocument: public wxDocument private: Phantom m_phantom; - Phantom::PhantomID m_idPhantom; + int m_idPhantom; wxString m_namePhantom; public: @@ -102,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