Use wxString() rather than wxEmptyString in wxPropertyGrid classes
This commit is contained in:
parent
99cc2eb17d
commit
811cdc0ffc
17 changed files with 55 additions and 55 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue