Changeset 63253 in vbox for trunk/src/VBox
- Timestamp:
- Aug 10, 2016 11:14:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r63239 r63253 1125 1125 }; 1126 1126 1127 /** Access to the GuestDnD's singleton instance. */ 1127 /** Access to the GuestDnD's singleton instance. 1128 * @todo r=bird: Please add a 'Get' or something to this as it currently looks 1129 * like a class instantiation rather than a getter. Alternatively, use 1130 * UPPER_CASE like the coding guideline suggest for macros. */ 1128 1131 #define GuestDnDInst() GuestDnD::getInstance() 1129 1132
Note:
See TracChangeset
for help on using the changeset viewer.