From 5d818ba0312dd5515af7cf962d9d7b505069cedd Mon Sep 17 00:00:00 2001 From: ben morris Date: Tue, 31 Aug 2021 18:52:03 +0100 Subject: [PATCH] Added IMGUI export specification so it's available if needed --- TextEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TextEditor.h b/TextEditor.h index bd52e131..1ff24083 100644 --- a/TextEditor.h +++ b/TextEditor.h @@ -10,7 +10,7 @@ #include #include "imgui.h" -class TextEditor +class IMGUI_API TextEditor { public: enum class PaletteIndex