Skip to content

Commit 826dfd0

Browse files
committed
Fixed compile error
1 parent 05c2cf5 commit 826dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vsg/utils/TracyInstrumentation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace vsg
103103
}
104104

105105
TracyInstrumentation(TracyInstrumentation& parent) :
106-
Instrumentation(),
106+
Inherit(),
107107
settings(parent.settings),
108108
contexts(parent.contexts)
109109
{

0 commit comments

Comments
 (0)