ALL: Synced with ScummVM - rev: 33a47d23b8
This commit is contained in:
parent
acd114234f
commit
d5304e2568
261 changed files with 79849 additions and 60443 deletions
|
@ -139,11 +139,11 @@ bool OSystem_MacOSX::hasTextInClipboard() {
|
|||
return hasTextInClipboardMacOSX();
|
||||
}
|
||||
|
||||
Common::String OSystem_MacOSX::getTextFromClipboard() {
|
||||
Common::U32String OSystem_MacOSX::getTextFromClipboard() {
|
||||
return getTextFromClipboardMacOSX();
|
||||
}
|
||||
|
||||
bool OSystem_MacOSX::setTextInClipboard(const Common::String &text) {
|
||||
bool OSystem_MacOSX::setTextInClipboard(const Common::U32String &text) {
|
||||
return setTextInClipboardMacOSX(text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue