]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxInputText.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / wx / src / bbwxInputText.h
index 0db6f4e32ccdae1c1b736f93e7205d9aeb15f172..18226a73cd9438b6dcc2f063162f07503c830a76 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxInputText.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/08 06:59:32 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/04/18 12:59:52 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -78,7 +78,7 @@ namespace bbwx
   class /*BBTK_EXPORT*/ InputText : public bbtk::WxBlackBox
   {
     
-    BBTK_USER_BLACK_BOX_INTERFACE(InputText,bbtk::WxBlackBox);
+    BBTK_BLACK_BOX_INTERFACE(InputText,bbtk::WxBlackBox);
     BBTK_DECLARE_INPUT(In,std::string);
     BBTK_DECLARE_INPUT(Title,std::string);
     BBTK_DECLARE_OUTPUT(Out,std::string);