]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
Linux compat
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index 7401e90bd8a8c94aacb280c1301009850dcce59c..e71540adf845862be2a3f84b36448548d6c10bc8 100644 (file)
@@ -12,6 +12,7 @@
 
 namespace creaImageIO
 {
+
   /**
    * \ingroup View
    */
@@ -23,7 +24,8 @@ namespace creaImageIO
     {
     public:
       /// Ctor
-      WxTreeView(TreeHandler*, wxWindow* parent, const wxWindowID id);
+      WxTreeView(TreeHandler*, GimmickView*, 
+                wxWindow* parent, const wxWindowID id);
       /// Virtual destructor
       virtual ~WxTreeView();
 
@@ -40,7 +42,7 @@ namespace creaImageIO
          /// Callback for column click
       void OnColClick(wxListEvent& event);
 
-       private:
+    private:
       /// The struct holding the data for one level
       /// Holds the wx control and other data
       /// such as the vector of attribute keys corresponding to the columns