From 5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 28 Jan 2020 23:29:59 -0800 Subject: Updates to comply with the new API --- Imgui/interface/ImGuiImplDiligent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Imgui/interface') diff --git a/Imgui/interface/ImGuiImplDiligent.h b/Imgui/interface/ImGuiImplDiligent.h index 08714fd..542e76f 100644 --- a/Imgui/interface/ImGuiImplDiligent.h +++ b/Imgui/interface/ImGuiImplDiligent.h @@ -33,8 +33,8 @@ namespace Diligent { -class IRenderDevice; -class IDeviceContext; +struct IRenderDevice; +struct IDeviceContext; enum TEXTURE_FORMAT : Uint16; class ImGuiImplDiligent_Internal; -- cgit v1.2.3