From 10d0bc66b36fec92237829d870ba2695d42402f8 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 23 Aug 2025 03:05:04 +0100 Subject: [PATCH] VideoCommon: fix -Wmismatched-tags warning --- Source/Core/VideoCommon/OnScreenUI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/OnScreenUI.h b/Source/Core/VideoCommon/OnScreenUI.h index 7f9c7aa3c2..e9a14e02ba 100644 --- a/Source/Core/VideoCommon/OnScreenUI.h +++ b/Source/Core/VideoCommon/OnScreenUI.h @@ -15,7 +15,7 @@ class NativeVertexFormat; class AbstractTexture; class AbstractPipeline; -class ImTextureData; +struct ImTextureData; namespace VideoCommon {