diff --git a/Source/Engine/Platform/SDL/SDLPlatform.Linux.cpp b/Source/Engine/Platform/SDL/SDLPlatform.Linux.cpp index dcaf0a2e3..4223805f0 100644 --- a/Source/Engine/Platform/SDL/SDLPlatform.Linux.cpp +++ b/Source/Engine/Platform/SDL/SDLPlatform.Linux.cpp @@ -637,6 +637,7 @@ String SDLClipboard::GetText() else { LOG(Warning, "Wayland clipboard is not implemented yet."); // TODO: Wayland + return String::Empty; } }