From 12c5864b8d444fae4607745bbbaa58d2382ecf24 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 23 Jan 2003 08:03:42 +0000 Subject: [PATCH] r3849: fix typo --- src/docs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() { -- 2.34.1