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:
Artur Wieczorek
2019-06-28 21:52:57 +02:00
parent 48adc38bbb
commit d0a61a09ec
3 changed files with 11 additions and 21 deletions

View File

@@ -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-??-??)
----------------------------