Make wxPGProperty an abstract class

wxPGProperty is intended to be only a base class for property classes and therefore shouldn't be instantiated directly.
This commit is contained in:
Artur Wieczorek
2019-06-24 23:17:33 +02:00
parent 315ff49136
commit 8c0a210a75
3 changed files with 46 additions and 41 deletions

View File

@@ -120,6 +120,8 @@ Changes in behaviour which may result in build errors
but must be explicitly selected (and libstdc++ must be installed in order
to use it).
- wxPGProperty ctors are not longer public since this class is intended to be
a base class and should not be instantiated directly.
3.1.3: (released 2019-??-??)
----------------------------