Changeset 103505 in vbox for trunk/src/libs/xpcom18a4/vboxdeps.cpp
- Timestamp:
- Feb 21, 2024 7:25:15 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r102458 r103505 56 56 nsVoidHashSetSuper *a = new nsVoidHashSetSuper(); 57 57 a->Init(123); 58 nsDeque *b = new nsDeque(); 58 nsDeque *b = new nsDeque(); RT_NOREF(b); 59 59 60 60 //nsXPTCStubBase
Note:
See TracChangeset
for help on using the changeset viewer.