diff --git a/Source/Core/Common/Analytics.h b/Source/Core/Common/Analytics.h index 4930ef4763..2c70c29de8 100644 --- a/Source/Core/Common/Analytics.h +++ b/Source/Core/Common/Analytics.h @@ -46,7 +46,7 @@ namespace Common class AnalyticsReportingBackend { public: - virtual ~AnalyticsReportingBackend() {} + virtual ~AnalyticsReportingBackend() = default; // Called from the AnalyticsReporter backend thread. virtual void Send(std::string report) = 0; };