Changeset 84999 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Jun 29, 2020 4:37:55 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138894
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp
r84998 r84999 33 33 34 34 35 DnDURIObject::DnDURIObject(Type enmType = /*Type_Unknown */, const RTCString &strPathAbs /* = "" */)35 DnDURIObject::DnDURIObject(Type enmType /* = Type_Unknown */, const RTCString &strPathAbs /* = "" */) 36 36 { 37 37 int rc2 = Init(enmType, strPathAbs);
Note:
See TracChangeset
for help on using the changeset viewer.