vcpkg/ports/implot/mac_os_build_fix.patch
Rémy Tassoux 6ce7f41d8e
[implot] Update to v0.7 (#13296)
* [implot] Update to v0.5

https://github.com/epezent/implot/releases/tag/v0.5

* [implot] Update to v0.6

https://github.com/epezent/implot/releases/tag/v0.6

* [implot] Update to v0.7

https://github.com/epezent/implot/releases/tag/v0.7

* [implot] Fix Mac OS build failure
2020-10-12 17:09:50 -07:00

13 lines
327 B
Diff

diff --git a/implot_demo.cpp b/implot_demo.cpp
--- a/implot_demo.cpp
+++ b/implot_demo.cpp
@@ -1426,7 +1426,7 @@
static int F = 0;
static double t1, t2;
- static ImVector<ImVector<ImPlotPoint>> records;
+ static ImVector<ImVector<ImPlotPoint> > records;
if (running) {
F++;