X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkFactory.h;h=a4f84e73f6f7d0c015484d8e1f05f0c28e7cdc44;hb=76f2826fd6b67d3a15fe72c1b50d5ee1af1960a1;hp=0a7f39e6f2f0a1adca70e8a842cc671b20862bfd;hpb=a27f0e31cdca2d167c01323443eac3397a0c6fea;p=bbtk.git diff --git a/kernel/src/bbtkFactory.h b/kernel/src/bbtkFactory.h index 0a7f39e..a4f84e7 100644 --- a/kernel/src/bbtkFactory.h +++ b/kernel/src/bbtkFactory.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkFactory.h,v $ Language: C++ - Date: $Date: 2008/02/12 12:55:16 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/02/14 11:38:58 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -170,7 +170,7 @@ namespace bbtk inline void HelpBlackBox(const std::string& name, std::string& package, bool full=true - ) + ) { GetGlobalFactory()->HelpBlackBox(name, package, full); }