ALL: Remove use of "" in Common::U32String constructors
This commit is contained in:
parent
bc52f01a9a
commit
c877097b49
57 changed files with 284 additions and 284 deletions
|
@ -609,7 +609,7 @@ bool OSystem_SDL::hasTextInClipboard() {
|
|||
}
|
||||
|
||||
Common::U32String OSystem_SDL::getTextFromClipboard() {
|
||||
if (!hasTextInClipboard()) return Common::U32String("");
|
||||
if (!hasTextInClipboard()) return Common::U32String();
|
||||
|
||||
char *text = SDL_GetClipboardText();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue