Use wxString() rather than wxEmptyString in wxPropertyGrid classes

This commit is contained in:
Artur Wieczorek 2022-10-26 13:11:59 +02:00
parent 99cc2eb17d
commit 811cdc0ffc
17 changed files with 55 additions and 55 deletions

View file

@ -913,7 +913,7 @@ public:
static wxPGEditor* RegisterEditorClass( wxPGEditor* editor,
bool noDefCheck = false )
{
return DoRegisterEditorClass(editor, wxEmptyString, noDefCheck);
return DoRegisterEditorClass(editor, wxString(), noDefCheck);
}
static wxPGEditor* DoRegisterEditorClass( wxPGEditor* editorClass,