Skip to content

Commit

Permalink
There is no need to virtual drived from BoundUpDownCounter
Browse files Browse the repository at this point in the history
Signed-off-by: owent <[email protected]>
  • Loading branch information
owent committed Mar 29, 2022
1 parent 3811da4 commit e7cfe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/_metrics/sync_instruments.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Counter final : public SynchronousInstrument<T>, public opentelemetry::met

template <class T>
class BoundUpDownCounter final : public BoundSynchronousInstrument<T>,
virtual public opentelemetry::metrics::BoundUpDownCounter<T>
public opentelemetry::metrics::BoundUpDownCounter<T>
{

public:
Expand Down

0 comments on commit e7cfe0a

Please sign in to comment.