Changeset 58225 in vbox
- Timestamp:
- Oct 14, 2015 8:11:32 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r58212 r58225 218 218 GuestDnDData(void) 219 219 : cbProcessed(0) 220 , cbAddData(0) { } 220 , cbAddData(0) 221 { 222 RT_ZERO(dataHdr); 223 } 221 224 222 225 virtual ~GuestDnDData(void)
Note:
See TracChangeset
for help on using the changeset viewer.

