X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickReaderDialog.h;h=069b6a09eb911fa57600f4b51011af191554b27a;hb=37692ca5ea7fb8414cb70bcae0ce16e51da57568;hp=904b6cdf5d727e2edabe17804b0fc9e0fcfca8af;hpb=84809cf9be33368b919f46650048516db850aac0;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickReaderDialog.h b/src2/creaImageIOWxGimmickReaderDialog.h index 904b6cd..069b6a0 100644 --- a/src2/creaImageIOWxGimmickReaderDialog.h +++ b/src2/creaImageIOWxGimmickReaderDialog.h @@ -6,17 +6,16 @@ #include #include #include "wx/wx.h" + + + namespace creaImageIO { - /** - * \ingroup GUI - */ - - //===================================================================== + //===================================================================== //===================================================================== class CREAIMAGEIO_EXPORT WxGimmickReaderDialog : public wxDialog { - public: + public: WxGimmickReaderDialog(); WxGimmickReaderDialog(wxWindow *parent, const wxWindowID id, @@ -59,7 +58,7 @@ namespace creaImageIO private : - boost::shared_ptr mGimmick; + boost::shared_ptr mGimmick; WxGimmickView* mView; wxButton* mOkButton;