Index: /trunk/src/VBox/Main/src-server/HostImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/HostImpl.cpp	(revision 49871)
+++ /trunk/src/VBox/Main/src-server/HostImpl.cpp	(revision 49872)
@@ -812,7 +812,7 @@
      * extended error info to indicate that USB is simply not available
      * (w/o treating it as a failure), for example, as in OSE. */
-    NOREF(aUSBDeviceFilters);
+    NOREF(aUSBDevices);
 # ifndef RT_OS_WINDOWS
-    NOREF(aUSBDeviceFiltersSize);
+    NOREF(aUSBDevices);
 # endif
     ReturnComNotImplemented();
@@ -898,5 +898,5 @@
     NOREF(aUSBDeviceFilters);
 # ifndef RT_OS_WINDOWS
-    NOREF(aUSBDeviceFiltersSize);
+    NOREF(aUSBDeviceFilters);
 # endif
     ReturnComNotImplemented();
Index: /trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp	(revision 49871)
+++ /trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp	(revision 49872)
@@ -531,5 +531,5 @@
 }
 
-HRESULT HostNetworkInterface::HostNetworkInterface::enableDynamicIPConfig()
+HRESULT HostNetworkInterface::enableDynamicIPConfig()
 {
 #ifndef VBOX_WITH_HOSTNETIF_API
