Index: /trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp	(revision 85301)
+++ /trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp	(revision 85302)
@@ -3719,6 +3719,6 @@
 {
     ComPtr<IEvent> ptrEvent;
-    HRESULT hrc = CreateGuestPropertyChangedEvent(ptrEvent.asOutParam(), m->pEventSource,
-                                                  aMachineId.toUtf16().raw(), aName, aValue, aFlags);
+    HRESULT hrc = ::CreateGuestPropertyChangedEvent(ptrEvent.asOutParam(), m->pEventSource,
+                                                    aMachineId.toUtf16().raw(), aName, aValue, aFlags);
     AssertComRCReturnVoid(hrc);
     i_postEvent(new AsyncEvent(this, ptrEvent));
