X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;fp=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;h=00127c1f2a99d432fcccfe4218cb9b816004a7f1;hb=038dbbd7dd8b34107ec932a34170a4625368eb25;hp=4fba9436ad38f520bd92adda727cbed642a514f2;hpb=0721fc9ad9e666106a6554d9623ca8328a8bd822;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.cxx b/kernel/src/bbtkBlackBoxDescriptor.cxx index 4fba943..00127c1 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkBlackBoxDescriptor.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:12 $ - Version: $Revision: 1.19 $ + Date: $Date: 2009/04/08 07:56:11 $ + Version: $Revision: 1.20 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -390,12 +390,14 @@ namespace bbtk col = ubbcol; iotype = 1; } +#ifdef USE_WXWIDGETS else if (in->second->GetCreatorTypeInfo() == typeid(WxBlackBoxDescriptor)) { col = wxbbcol; iotype = 2; } +#endif std::string name(in->second->GetName()); Utilities::html_format(name); @@ -453,12 +455,14 @@ namespace bbtk col = ubbcol; iotype = 1; } +#ifdef USE_WXWIDGETS else if (o->second->GetCreatorTypeInfo() == typeid(WxBlackBoxDescriptor)) { col = wxbbcol; iotype = 2; } +#endif std::string name(o->second->GetName()); Utilities::html_format(name);