Coding style fix in the previous patch

This commit is contained in:
Chris Pavlina 2016-01-14 21:21:54 -05:00
parent 64782736ac
commit ca01527d20
1 changed files with 1 additions and 1 deletions

View File

@ -498,5 +498,5 @@ wxString DIALOG_LIB_EDIT_PIN_TABLE::DataViewModel::Pin::GetString( unsigned int
}
}
return wxT("");
return wxEmptyString;
}