瀏覽代碼

MIssing IMGUI_API for a type with non-inline methods.

omar 7 年之前
父節點
當前提交
061d8df033
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      imgui_internal.h

+ 1 - 1
imgui_internal.h

@@ -448,7 +448,7 @@ struct ImGuiColumnsSet
     }
 };
 
-struct ImDrawListSharedData
+struct IMGUI_API ImDrawListSharedData
 {
     ImVec2          TexUvWhitePixel;            // UV of white pixel in the atlas
     ImFont*         Font;                       // Current/default font (optional, for simplified AddText overload)