Make wxGridCellAttr ctor taking a single argument explicit

There doesn't seem to be any reason for allowing to implicitly convert
wxGridCellAttr pointer to wxGridCellAttr object.
This commit is contained in:
Vadim Zeitlin
2020-01-11 14:03:54 +01:00
parent 59111e0d11
commit 325408f062
3 changed files with 7 additions and 5 deletions

View File

@@ -146,6 +146,8 @@ Changes in behaviour which may result in build errors
- wxIntProperty::DoValidation() and wxFloatProperty::DoValidation() are
no longer public since they are helpers intended for internal use only.
- wxGridCellAttr ctor taking wxGridCellAttr pointer is now explicit.
3.1.4: (released ????-??-??)
----------------------------