Changeset 93678 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Feb 10, 2022 12:52:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp
r86333 r93678 2772 2772 nsISupports *pnew = nsnull; 2773 2773 // Find out what IID we are declared to use. 2774 nsIID *iid ;2774 nsIID *iid = NULL; 2775 2775 nsIInterfaceInfo *ii = GetInterfaceInfo(); 2776 2776 if (ii)
Note:
See TracChangeset
for help on using the changeset viewer.