Fix compilation

This commit is contained in:
2024-08-08 23:38:46 +03:00
committed by Ari Vuollet
parent 988a547f72
commit 8d9bb545cf

View File

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