Index: /trunk/src/VBox/Main/include/GuestDnDPrivate.h
===================================================================
--- /trunk/src/VBox/Main/include/GuestDnDPrivate.h	(revision 59833)
+++ /trunk/src/VBox/Main/include/GuestDnDPrivate.h	(revision 59834)
@@ -397,6 +397,4 @@
     int createIntermediate(DnDURIObject::Type enmType = DnDURIObject::Unknown)
     {
-        LogFlowThisFuncEnter();
-
         reset();
 
@@ -415,4 +413,5 @@
         }
 
+        LogThisFunc(("Returning %Rrc\n", rc));
         return rc;
     }
@@ -432,5 +431,5 @@
     }
 
-    DnDURIObject *getObj(void) { return pObjURI; }
+    DnDURIObject *getObj(void) const { return pObjURI; }
 
     bool isIntermediate(void) { return fIntermediate; }
