diff options
Diffstat (limited to 'remoting/host/clipboard.h')
-rw-r--r-- | remoting/host/clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/clipboard.h b/remoting/host/clipboard.h index 8ebe2d8..534bc4b 100644 --- a/remoting/host/clipboard.h +++ b/remoting/host/clipboard.h @@ -20,7 +20,7 @@ class ClipboardStub; // can get change notifications. class Clipboard { public: - virtual ~Clipboard() {}; + virtual ~Clipboard() {} // Initialises any objects needed to read from or write to the clipboard. virtual void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0; |