mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 20:09:00 +08:00
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++;
|