Skip to content

Commit

Permalink
d'oh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Feb 22, 2024
1 parent da5fbd8 commit 5df527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/trace/recordable.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Recordable
* Set the trace flags of the span.
* @param flags the flags to set
*/
virtual void SetTraceFlags(opentelemetry::trace::TraceFlags flags) noexcept { (void)flags; };
virtual void SetTraceFlags(opentelemetry::trace::TraceFlags flags) noexcept { (void)flags; }

/**
* Set the spankind of the span.
Expand Down

0 comments on commit 5df527a

Please sign in to comment.