]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxRadioButton.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxRadioButton.h
index f6764e49231d45b84ca2ec517de64213da6994ec..d2cfcf0ad4e9e1f9db35924b69e75f3c7f66d626 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxRadioButton.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/08 06:59:32 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/06/10 19:19:50 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -79,7 +79,7 @@ namespace bbwx
   class /*BBTK_EXPORT*/ RadioButton : public bbtk::WxBlackBox
   {
 
-    BBTK_USER_BLACK_BOX_INTERFACE(RadioButton,bbtk::WxBlackBox);
+    BBTK_BLACK_BOX_INTERFACE(RadioButton,bbtk::WxBlackBox);
     BBTK_DECLARE_INPUT(In,int);
     BBTK_DECLARE_INPUT(In0,std::string);
     BBTK_DECLARE_INPUT(In1,std::string);
@@ -100,7 +100,6 @@ namespace bbwx
 
   protected:
     virtual void bbUserConstructor();
-
   };
  
   //=================================================================