]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickReaderDialog.h
Z Spacing
[creaImageIO.git] / src2 / creaImageIOWxGimmickReaderDialog.h
index 904b6cdf5d727e2edabe17804b0fc9e0fcfca8af..069b6a09eb911fa57600f4b51011af191554b27a 100644 (file)
@@ -6,17 +6,16 @@
 #include <creaImageIOWxGimmickView.h>
 #include <creaWx.h>
 #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<Gimmick>      mGimmick;
+    boost::shared_ptr<Gimmick>   mGimmick;
     WxGimmickView* mView;
 
     wxButton* mOkButton;