From 8d9bb545cf3957a10e2fbad28ec1d8f6c1a6a152 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Thu, 8 Aug 2024 23:38:46 +0300 Subject: [PATCH] Fix compilation --- Source/Engine/Platform/SDL/SDLPlatform.Linux.cpp | 1 + 1 file changed, 1 insertion(+) 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; } }