]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dvrenderer.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / generic / dvrenderer.h
index 3914e83ccb8d066bfa8eb47673d88fd8627cd974..aa7f6151a6ffad2ad3bde49bfed3d91c349bffbb 100644 (file)
@@ -47,14 +47,14 @@ public:
     // generic implementation uses these ones for all of them, including the
     // standard ones.
 
     // generic implementation uses these ones for all of them, including the
     // standard ones.
 
-    virtual bool WXOnActivate(wxRect WXUNUSED(cell),
+    virtual bool WXOnActivate(const wxRect& WXUNUSED(cell),
                               wxDataViewModel *WXUNUSED(model),
                               const wxDataViewItem & WXUNUSED(item),
                               unsigned int WXUNUSED(col))
         { return false; }
 
                               wxDataViewModel *WXUNUSED(model),
                               const wxDataViewItem & WXUNUSED(item),
                               unsigned int WXUNUSED(col))
         { return false; }
 
-    virtual bool WXOnLeftClick(wxPoint WXUNUSED(cursor),
-                               wxRect WXUNUSED(cell),
+    virtual bool WXOnLeftClick(const wxPoint& WXUNUSED(cursor),
+                               const wxRect& WXUNUSED(cell),
                                wxDataViewModel *WXUNUSED(model),
                                const wxDataViewItem & WXUNUSED(item),
                                unsigned int WXUNUSED(col) )
                                wxDataViewModel *WXUNUSED(model),
                                const wxDataViewItem & WXUNUSED(item),
                                unsigned int WXUNUSED(col) )