diff options
Diffstat (limited to 'remoting/client/chromoting_stats.h')
-rw-r--r-- | remoting/client/chromoting_stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/client/chromoting_stats.h b/remoting/client/chromoting_stats.h index e9f89ff..174279b 100644 --- a/remoting/client/chromoting_stats.h +++ b/remoting/client/chromoting_stats.h @@ -16,6 +16,7 @@ namespace remoting { class ChromotingStats { public: ChromotingStats(); + virtual ~ChromotingStats(); RateCounter* video_bandwidth() { return &video_bandwidth_; } RunningAverage* video_capture_ms() { return &video_capture_ms_; } |