r3849: fix typo
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 23 Jan 2003 08:03:42 +0000 (08:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 23 Jan 2003 08:03:42 +0000 (08:03 +0000)
src/docs.cpp

index 965f4249f544ec1e4cdc85a1cb65dafa6603b8b8..0d838215f46d5730d00e647269db3fc3db46245c 100644 (file)
@@ -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()
 {