diff --git a/examples/testbed/framework/profiler.h b/examples/testbed/framework/profiler.h index 3a463ed..18f2a96 100644 --- a/examples/testbed/framework/profiler.h +++ b/examples/testbed/framework/profiler.h @@ -33,7 +33,7 @@ struct ProfilerNode float64 t0; float64 t1; ProfilerNode* parent; - b3StackArray children; + b3StackArray children; }; // A single-threaded profiler.