summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiImplDiligent.h4
1 files changed, 2 insertions, 2 deletions
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;