Make validation helper functions private in all numeric wxPG properties
wxUIntProperty::DoValidation() is already declared as private and the same access level should be applied to DoValidation() in other numeric properties because these functions are helpers intended for internal use only.
This commit is contained in:
@@ -123,6 +123,9 @@ Changes in behaviour which may result in build errors
|
||||
- wxPGProperty ctors are not longer public since this class is intended to be
|
||||
a base class and should not be instantiated directly.
|
||||
|
||||
- wxIntProperty::DoValidation() and wxFloatProperty::DoValidation() are
|
||||
no longer public since they are helpers intended for internal use only.
|
||||
|
||||
3.1.3: (released 2019-??-??)
|
||||
----------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user