]> git.saurik.com Git - wxWidgets.git/commitdiff
Use wxRefCounter instead of wxObjecrDataRef
authorRobert Roebling <robert@roebling.de>
Fri, 12 Jun 2009 20:18:17 +0000 (20:18 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 12 Jun 2009 20:18:17 +0000 (20:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/grid.h

index 49e9248266a411f21fbaa29b38575ce808980b43..8f66617f86bf47c11e3dea6ee2034a748418a6ae 100644 (file)
@@ -110,7 +110,7 @@ class wxGridDirectionOperations;
 //     class is not documented and is not public at all
 // ----------------------------------------------------------------------------
 
 //     class is not documented and is not public at all
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_ADV wxGridCellWorker : public wxClientDataContainer, public wxObjectRefData
+class WXDLLIMPEXP_ADV wxGridCellWorker : public wxClientDataContainer, public wxRefCounter
 {
 public:
     wxGridCellWorker() { }
 {
 public:
     wxGridCellWorker() { }
@@ -289,7 +289,7 @@ protected:
 // class may be returned by wxGridTable::GetAttr().
 // ----------------------------------------------------------------------------
 
 // class may be returned by wxGridTable::GetAttr().
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_ADV wxGridCellAttr : public wxClientDataContainer, public wxObjectRefData
+class WXDLLIMPEXP_ADV wxGridCellAttr : public wxClientDataContainer, public wxRefCounter
 {
 public:
     enum wxAttrKind
 {
 public:
     enum wxAttrKind