Fix compilation

This commit is contained in:
2024-08-08 23:38:46 +03:00
parent b6e0d5e266
commit 52a2bff2ca

View File

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