X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdocs.h;h=82b08b02080ffbb4e933d33d465157fec807056f;hp=f841bcdfe51489dd296182f43dc78522ad254362;hb=4d5f56994972346351a48730315a7d85924103ba;hpb=cb0608392968d4509c0fbcf9b029ac5e5923e171 diff --git a/src/docs.h b/src/docs.h index f841bcd..82b08b0 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.25 2001/02/25 10:52:55 kevin Exp $ +** $Id: docs.h,v 1.26 2001/02/25 16:21:36 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 @@ -156,8 +156,7 @@ public: : m_idPhantom(Phantom::PHM_INVALID), m_bBadFileOpen(false) {} - virtual ~PhantomFileDocument () - {} + virtual ~PhantomFileDocument (); const int getPhantomID () const { return m_idPhantom; }