diff options
| author | Eleni Maria Stea <elenimaria.stea@canonical.com> | 2013-11-08 17:03:48 +0200 |
|---|---|---|
| committer | Eleni Maria Stea <elenimaria.stea@canonical.com> | 2013-11-08 17:03:48 +0200 |
| commit | 2d911d11d30790592924a77b55fcaa52fb5794b6 (patch) | |
| tree | df4412d1ef95a057756182fac9f37dc5958fcfd4 /plugins/unityshell | |
| parent | 4d2d8087bd51d756038a16fb5de282d9a5f5ec38 (diff) | |
temporal remove of v. destr
(bzr r3587.4.2)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/AggregateMonitor.h | 2 | ||||
| -rw-r--r-- | plugins/unityshell/src/ElapsedTimeMonitor.h | 1 |
2 files changed, 1 insertions, 2 deletions
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: |
