Changeset 49491 in vbox for trunk/src/libs/xpcom18a4/xpcom/ds/nsCheapSets.h
- Timestamp:
- Nov 15, 2013 10:11:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/ds/nsCheapSets.h
r21113 r49491 176 176 void SetInt(PRInt32 aInt) 177 177 { 178 mValOrHash = (void*)( (aInt << 1) | 0x1);178 mValOrHash = (void*)(uintptr_t)((aInt << 1) | 0x1); 179 179 } 180 180 /** Create the hash and initialize */
Note:
See TracChangeset
for help on using the changeset viewer.