Fix compilation

This commit is contained in:
2024-08-08 23:38:46 +03:00
committed by Ari Vuollet
parent 431767a150
commit 5c9ddf7f00

View File

@@ -637,6 +637,7 @@ String SDLClipboard::GetText()
else
{
LOG(Warning, "Wayland clipboard is not implemented yet."); // TODO: Wayland
return String::Empty;
}
}