Changeset 62377 in vbox
- Timestamp:
- Jul 20, 2016 6:24:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/TypeObject.cpp
r59809 r62377 174 174 Py_nsISupports *pis = (Py_nsISupports *)self; 175 175 // Try and get the IID name. 176 char *iid_repr ;176 char *iid_repr = nsnull; 177 177 nsCOMPtr<nsIInterfaceInfoManager> iim(do_GetService( 178 178 NS_INTERFACEINFOMANAGER_SERVICE_CONTRACTID));
Note:
See TracChangeset
for help on using the changeset viewer.