X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxRadioButton.h;h=c6c4b7ae3bb41c867fbe46681471f0f40893d1ca;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=f6764e49231d45b84ca2ec517de64213da6994ec;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/packages/wx/src/bbwxRadioButton.h b/packages/wx/src/bbwxRadioButton.h index f6764e4..c6c4b7a 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/04/18 12:59:53 $ + 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 @@ -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);