mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixing build.
This commit is contained in:
2
3rdparty/dear-imgui/widgets/markdown.h
vendored
2
3rdparty/dear-imgui/widgets/markdown.h
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user