diff options
Diffstat (limited to 'test/perf-terrain.cpp')
-rw-r--r-- | test/perf-terrain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf-terrain.cpp b/test/perf-terrain.cpp index 004e1af..ed6a200 100644 --- a/test/perf-terrain.cpp +++ b/test/perf-terrain.cpp @@ -5,7 +5,7 @@ #include <benchmark/benchmark.h> namespace { - const TestMainWindowAppBase window; + const TestMainWindowAppBase WINDOW; void terrainMeshgen(benchmark::State & state) |