Index: /trunk/src/VBox/Main/include/GuestDnDImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/GuestDnDImpl.h	(revision 42277)
+++ /trunk/src/VBox/Main/include/GuestDnDImpl.h	(revision 42278)
@@ -19,5 +19,5 @@
 
 /* Forward declaration of the d-pointer. */
-struct GuestDnDPrivate;
+class GuestDnDPrivate;
 
 class GuestDnD
Index: /trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp	(revision 42277)
+++ /trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp	(revision 42278)
@@ -385,5 +385,5 @@
     ComPtr<IFramebuffer> pFramebuffer;
     LONG xShift, yShift;
-    rc = pDisplay->COMGETTER(Framebuffer)(uScreenId, pFramebuffer.asOutParam(), &xShift, &yShift);
+    rc = pDisplay->GetFramebuffer(uScreenId, pFramebuffer.asOutParam(), &xShift, &yShift);
     if (FAILED(rc)) throw rc;
     *puX += xShift;
