X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fwx%2Fsrc%2FbbwxRadioButton.h;h=d2cfcf0ad4e9e1f9db35924b69e75f3c7f66d626;hb=a8fdbc3e3ed40c29b1a7d22a933bd2d1739473e0;hp=f6764e49231d45b84ca2ec517de64213da6994ec;hpb=6c5d7746e8e4cb0b5d6e164b917008a7137910fb;p=bbtk.git diff --git a/packages/wx/src/bbwxRadioButton.h b/packages/wx/src/bbwxRadioButton.h index f6764e4..d2cfcf0 100644 --- a/packages/wx/src/bbwxRadioButton.h +++ b/packages/wx/src/bbwxRadioButton.h @@ -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(); - }; //=================================================================