refactor: unglob std::wstring

This commit is contained in:
Tropical
2026-03-06 11:50:22 -06:00
parent 41db813a6d
commit cdc08700e4
581 changed files with 2156 additions and 2154 deletions

View File

@@ -38,13 +38,13 @@ void Screen::keyPressed(wchar_t eventCharacter, int eventKey)
}
}
wstring Screen::getClipboard()
std::wstring Screen::getClipboard()
{
// 4J - removed
return NULL;
}
void Screen::setClipboard(const wstring& str)
void Screen::setClipboard(const std::wstring& str)
{
// 4J - removed
}