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:
@@ -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-??-??)
|
||||
----------------------------
|
||||
|
Reference in New Issue
Block a user