wxWidgets/interface
Vadim Zeitlin 5f34b1749e Use wxGridCellAttrPtr instead of manual DecRef() calls
Provide GetAttrPtr() and GetCellAttrPtr() convenience functions that can
be used instead of the original Ptr-less versions to avoid the need to
manually call DecRef() on the returned wxGridCellAttr pointers.

No real changes, just simplify the code and make it safer.
2020-02-08 14:55:36 +01:00
..
wx Use wxGridCellAttrPtr instead of manual DecRef() calls 2020-02-08 14:55:36 +01:00
check_syntax.sh