X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkVirtualExec.h;h=ea62f2385af33900f2fcc87c53b7f9af0121803a;hb=d7a6d341e2d11c175351212f0bf4812784dc57e5;hp=cc2d81b547a170aad6b09fa1fd4d66f683d2e0da;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/src/bbtkVirtualExec.h b/kernel/src/bbtkVirtualExec.h index cc2d81b..ea62f23 100644 --- a/kernel/src/bbtkVirtualExec.h +++ b/kernel/src/bbtkVirtualExec.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkVirtualExec.h,v $ $ Language: C++ - Date: $Date: 2008/04/18 12:59:16 $ - Version: $Revision: 1.12 $ + Date: $Date: 2008/04/22 06:59:31 $ + Version: $Revision: 1.13 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -181,7 +181,7 @@ namespace bbtk /// Prints the string ... MORE : TO EXPLAIN virtual void Print(const std::string & message) = 0; - ComplexBlackBoxDescriptor::Pointer GetWorkspace() + virtual ComplexBlackBoxDescriptor::Pointer GetWorkspace() { return ComplexBlackBoxDescriptor::Pointer(); } // static const std::string& GetObjectDescription() = 0;