diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index 19adf2be..c081c75c 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -24,7 +24,7 @@ class GpuCtxScope { public: GpuCtxScope( const SourceLocationData* ) {} - GpuCtxScope( const SourceLocationData*, int depth ) {} + GpuCtxScope( const SourceLocationData*, int ) {} }; }