summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/VBoxDriversRegister.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-client/VBoxDriversRegister.cpp')
-rw-r--r--src/VBox/Main/src-client/VBoxDriversRegister.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Main/src-client/VBoxDriversRegister.cpp b/src/VBox/Main/src-client/VBoxDriversRegister.cpp
index b98babe24..38448ffad 100644
--- a/src/VBox/Main/src-client/VBoxDriversRegister.cpp
+++ b/src/VBox/Main/src-client/VBoxDriversRegister.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2006-2012 Oracle Corporation
+ * Copyright (C) 2006-2013 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
@@ -78,7 +78,7 @@ extern "C" DECLEXPORT(int) VBoxDriversRegister(PCPDMDRVREGCB pCallbacks, uint32_
return rc;
#ifdef VBOX_WITH_USB_VIDEO
- rc = pCallbacks->pfnRegister(pCallbacks, &UsbWebcamInterface::DrvReg);
+ rc = pCallbacks->pfnRegister(pCallbacks, &EmWebcam::DrvReg);
if (RT_FAILURE(rc))
return rc;
#endif