Explorar el Código

Fixing build.

Бранимир Караџић hace 7 años
padre
commit
23e4135c70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      3rdparty/dear-imgui/widgets/markdown.h

+ 1 - 1
3rdparty/dear-imgui/widgets/markdown.h

@@ -138,7 +138,7 @@ namespace ImGui
 
         MarkdownLinkCallback* linkCallback = 0;
         const char* linkIcon = "";
-        HeadingFormat headingFormats[ NUMHEADINGS ] = { NULL, true, NULL, true, NULL, true };
+        HeadingFormat headingFormats[ NUMHEADINGS ] = { { NULL, true }, { NULL, true }, { NULL, true } };
     };
 
     // External interface