Common/Analytics: Default AnalyticsReportingBackend()'s destructor
Stays consistent with AnalyticsReportBuilder.
This commit is contained in:
parent
4f6cdfe686
commit
6df65d7a5d
|
@ -46,7 +46,7 @@ namespace Common
|
||||||
class AnalyticsReportingBackend
|
class AnalyticsReportingBackend
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~AnalyticsReportingBackend() {}
|
virtual ~AnalyticsReportingBackend() = default;
|
||||||
// Called from the AnalyticsReporter backend thread.
|
// Called from the AnalyticsReporter backend thread.
|
||||||
virtual void Send(std::string report) = 0;
|
virtual void Send(std::string report) = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue