File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class OPENTELEMETRY_LOCAL_SYMBOL OtlpGrpcAsyncCallData : public OtlpGrpcAsyncCal
9191 result_callback;
9292
9393 OtlpGrpcAsyncCallData () {}
94- virtual ~OtlpGrpcAsyncCallData () {}
94+ ~OtlpGrpcAsyncCallData () override {}
9595};
9696} // namespace
9797#endif
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class OtlpMockTraceServiceStub : public proto::collector::trace::v1::MockTraceSe
125125 public:
126126 async_interface (OtlpMockTraceServiceStub *owner) : stub_(owner) {}
127127
128- virtual ~async_interface () override = default ;
128+ ~async_interface () override = default ;
129129
130130 void Export (
131131 ::grpc::ClientContext *context,
@@ -188,7 +188,7 @@ class OtlpMockLogsServiceStub : public proto::collector::logs::v1::MockLogsServi
188188 public:
189189 async_interface (OtlpMockLogsServiceStub *owner) : stub_(owner) {}
190190
191- virtual ~async_interface () override = default ;
191+ ~async_interface () override = default ;
192192
193193 void Export (
194194 ::grpc::ClientContext *context,
You can’t perform that action at this time.
0 commit comments