mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:19:01 +08:00
6ce7f41d8e
* [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
13 lines
327 B
Diff
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++;
|