diff options
Diffstat (limited to 'remoting/client/chromoting_view.h')
-rw-r--r-- | remoting/client/chromoting_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h index a41a0da..d785b29 100644 --- a/remoting/client/chromoting_view.h +++ b/remoting/client/chromoting_view.h @@ -16,7 +16,7 @@ namespace remoting { class ChromotingView { public: ChromotingView(); - virtual ~ChromotingView(); + virtual ~ChromotingView() {} // Get screen dimensions. // TODO(garykac): This will need to be extended to support multi-monitors. |