Skip to content

Commit

Permalink
tracer workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Jul 29, 2020
1 parent 8a38571 commit 483ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/trace/default_span.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class DefaultSpan: public Span {

private:
SpanContext span_context_;
trace::Tracer tracer_;
trace::Tracer &tracer_;
};
}
OPENTELEMETRY_END_NAMESPACE

0 comments on commit 483ca4c

Please sign in to comment.