Changeset 5944 in vbox
- Timestamp:
- Dec 3, 2007 8:36:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/Guid.h
r5658 r5944 93 93 94 94 // to pass instances to RTUuid*() as a constant argument 95 operator const RTUUID * const() const { return &uuid; }95 operator const RTUUID * () const { return &uuid; } 96 96 97 97 #if defined(RT_OS_WINDOWS)
Note:
See TracChangeset
for help on using the changeset viewer.