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:
Artur Wieczorek 2023-01-06 17:52:05 +02:00
parent dec03c5d89
commit e43190ea79
4 changed files with 82 additions and 77 deletions

View file

@ -65,8 +65,8 @@ class WXDLLIMPEXP_PROPGRID wxPGInDialogValidator
{
public:
wxPGInDialogValidator()
: m_textCtrl(nullptr)
{
m_textCtrl = nullptr;
}
~wxPGInDialogValidator()