Coding style fix in the previous patch
This commit is contained in:
parent
64782736ac
commit
ca01527d20
|
@ -498,5 +498,5 @@ wxString DIALOG_LIB_EDIT_PIN_TABLE::DataViewModel::Pin::GetString( unsigned int
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return wxT("");
|
return wxEmptyString;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue