From 4d76f66faa516a2e7e2b4a7ad0efd9cfb74ebd12 Mon Sep 17 00:00:00 2001 From: Simone Date: Tue, 23 Jan 2024 17:01:54 +0100 Subject: [PATCH] Fix some warnings --- src/frontend/EmuThread.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/EmuThread.hpp b/src/frontend/EmuThread.hpp index 8f30183d..9538c890 100644 --- a/src/frontend/EmuThread.hpp +++ b/src/frontend/EmuThread.hpp @@ -4,9 +4,9 @@ #include struct QtInstanceFactory; -struct ParallelRdpWindowInfo; +class ParallelRdpWindowInfo; namespace Vulkan { -struct WSIPlatform; +class WSIPlatform; } class EmuThread : public QThread