From 2d911d11d30790592924a77b55fcaa52fb5794b6 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Fri, 8 Nov 2013 17:03:48 +0200 Subject: temporal remove of v. destr (bzr r3587.4.2) --- plugins/unityshell/src/AggregateMonitor.h | 2 +- plugins/unityshell/src/ElapsedTimeMonitor.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/unityshell/src/AggregateMonitor.h b/plugins/unityshell/src/AggregateMonitor.h index eb03caa3b..251f8158d 100644 --- a/plugins/unityshell/src/AggregateMonitor.h +++ b/plugins/unityshell/src/AggregateMonitor.h @@ -33,7 +33,7 @@ class AggregateMonitor : public Monitor { public: AggregateMonitor(); - virtual ~AggregateMonitor(); + ~AggregateMonitor(); std::string GetName() const; protected: diff --git a/plugins/unityshell/src/ElapsedTimeMonitor.h b/plugins/unityshell/src/ElapsedTimeMonitor.h index 52f501b0e..55f6d9d83 100644 --- a/plugins/unityshell/src/ElapsedTimeMonitor.h +++ b/plugins/unityshell/src/ElapsedTimeMonitor.h @@ -31,7 +31,6 @@ namespace performance { class ElapsedTimeMonitor : public Monitor { public: - virtual ~ElapsedTimeMonitor() {} std::string GetName() const; protected: -- cgit v1.2.3