]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.cxx
index 4fba9436ad38f520bd92adda727cbed642a514f2..00127c1f2a99d432fcccfe4218cb9b816004a7f1 100644 (file)
@@ -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);