From: Kevin M. Rosenberg Date: Thu, 23 Jan 2003 08:03:42 +0000 (+0000) Subject: r3849: fix typo X-Git-Tag: debian-4.5.3-3~141 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=12c5864b8d444fae4607745bbbaa58d2382ecf24 r3849: fix typo --- diff --git a/src/docs.cpp b/src/docs.cpp index 965f424..0d83821 100644 --- a/src/docs.cpp +++ b/src/docs.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: docs.cpp,v 1.43 2002/06/06 22:50:24 kevin Exp $ +** $Id: docs.cpp,v 1.44 2003/01/23 08:03:42 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 @@ -189,7 +189,7 @@ BackgroundProcessingDocument::cancelRunningTasks() // ProjectionFileDocument -IMPLEMENT_DYNAMIC_CLASS(ProjectionFileDocument, BackgroundProcessingTask) +IMPLEMENT_DYNAMIC_CLASS(ProjectionFileDocument, BackgroundProcessingDocument) bool ProjectionFileDocument::OnSaveDocument(const wxString& filename) @@ -264,7 +264,7 @@ ProjectionFileDocument::Activate() // PhantomFileDocument -IMPLEMENT_DYNAMIC_CLASS(PhantomFileDocument, BackgroundProcessingTask) +IMPLEMENT_DYNAMIC_CLASS(PhantomFileDocument, BackgroundProcessingDocument) PhantomFileDocument::~PhantomFileDocument() {