Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 15, 2022
1 parent e31159d commit 2768cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/metrics/meter_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class MeterProvider final : public opentelemetry::metrics::MeterProvider
*/
bool ForceFlush(std::chrono::microseconds timeout = (std::chrono::microseconds::max)()) noexcept;

~MeterProvider();
~MeterProvider() override;

private:
std::shared_ptr<sdk::metrics::MeterContext> context_;
Expand Down

0 comments on commit 2768cc1

Please sign in to comment.