From 5c9ddf7f000be5340d06dbb59df73630a3c6cdc8 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; } }