Changeset 80373 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 21, 2019 2:51:02 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132838
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/com.cpp
r76553 r80373 58 58 const Guid Guid::Empty; /* default ctor is OK */ 59 59 60 #if defined (VBOX_WITH_XPCOM) 61 62 /* static */ 63 const nsID *SafeGUIDArray::nsIDRef::Empty = (const nsID *)Guid::Empty.raw(); 64 65 #endif /* (VBOX_WITH_XPCOM) */ 66 60 const char Zeroes[16] = {0, }; 67 61 68 62
Note:
See TracChangeset
for help on using the changeset viewer.