Use wxGridCellAttrPtr typedef
No real changes, just make the code slightly shorter.
This commit is contained in:
@@ -301,7 +301,7 @@ public:
|
||||
wxGridCellAttr::wxAttrKind kind) const wxOVERRIDE;
|
||||
|
||||
private:
|
||||
wxObjectDataPtr<wxGridCellAttr> m_attrForOddRows;
|
||||
wxGridCellAttrPtr m_attrForOddRows;
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user