Code cleanup: wxPGProperty helper classes
Move declarations and implementations of wxPGProperty-related helper classes to the files containing wxPGProperty (and derived classes) code.
This commit is contained in:
parent
dec03c5d89
commit
e43190ea79
4 changed files with 82 additions and 77 deletions
|
|
@ -65,8 +65,8 @@ class WXDLLIMPEXP_PROPGRID wxPGInDialogValidator
|
|||
{
|
||||
public:
|
||||
wxPGInDialogValidator()
|
||||
: m_textCtrl(nullptr)
|
||||
{
|
||||
m_textCtrl = nullptr;
|
||||
}
|
||||
|
||||
~wxPGInDialogValidator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue