summaryrefslogtreecommitdiff
path: root/src/VBox/HostServices/SharedClipboard/darwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/HostServices/SharedClipboard/darwin.cpp')
-rw-r--r--src/VBox/HostServices/SharedClipboard/darwin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/HostServices/SharedClipboard/darwin.cpp b/src/VBox/HostServices/SharedClipboard/darwin.cpp
index b0cd44cd0..3d5ae6e99 100644
--- a/src/VBox/HostServices/SharedClipboard/darwin.cpp
+++ b/src/VBox/HostServices/SharedClipboard/darwin.cpp
@@ -1,4 +1,4 @@
-/* $Id: darwin.cpp $ */
+/* $Id: darwin.cpp 37472 2011-06-15 16:15:34Z vboxsync $ */
/** @file
* Shared Clipboard: Mac OS X host.
*/
@@ -152,7 +152,7 @@ void vboxClipboardDestroy (void)
* @param pClient Structure containing context information about the guest system
* @returns RT status code
*/
-int vboxClipboardConnect (VBOXCLIPBOARDCLIENTDATA *pClient)
+int vboxClipboardConnect (VBOXCLIPBOARDCLIENTDATA *pClient, bool)
{
if (g_ctx.pClient != NULL)
{