]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
(blind) compilation fixes after latest changes
[wxWidgets.git] / include / wx / dataview.h
index 1d9e87ed980260dd8254785cd28f912e9724ab82..f54e93fb842b79bd9318e63cef9695b8967e3939 100644 (file)
@@ -311,9 +311,12 @@ public:
     // in-place editing
     virtual bool HasEditorCtrl()
         { return false; }
     // in-place editing
     virtual bool HasEditorCtrl()
         { return false; }
-    virtual wxControl* CreateEditorCtrl( wxWindow *parent, wxRect labelRect, const wxVariant &value )
+    virtual wxControl* CreateEditorCtrl(wxWindow * WXUNUSED(parent),
+                                        wxRect WXUNUSED(labelRect),
+                                        const wxVariant& WXUNUSED(value))
         { return NULL; }
         { return NULL; }
-    virtual bool GetValueFromEditorCtrl( wxControl* editor, wxVariant &value )
+    virtual bool GetValueFromEditorCtrl(wxControl * WXUNUSED(editor),
+                                        wxVariant& WXUNUSED(value))
         { return false; }
 
     virtual bool StartEditing( unsigned int row, wxRect labelRect );
         { return false; }
 
     virtual bool StartEditing( unsigned int row, wxRect labelRect );