mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 08:46:35 +00:00
Upgrade the project default to C++26
This commit is contained in:
@@ -34,7 +34,7 @@ void Screen::keyPressed(wchar_t eventCharacter, int eventKey) {
|
||||
|
||||
std::wstring Screen::getClipboard() {
|
||||
// 4J - removed
|
||||
return NULL;
|
||||
return std::wstring();
|
||||
}
|
||||
|
||||
void Screen::setClipboard(const std::wstring& str) {
|
||||
|
||||
Reference in New Issue
Block a user