Changeset 60950 in vbox for trunk/include/VBox/com
- Timestamp:
- May 12, 2016 2:17:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h
r60701 r60950 1456 1456 const nsID &operator[] (size_t aIdx) const 1457 1457 { 1458 AssertReturn(m.arr != NULL, **((const nsID * *) NULL));1459 AssertReturn(aIdx < size(), **((const nsID * *) NULL));1458 AssertReturn(m.arr != NULL, **((const nsID * *)1)); 1459 AssertReturn(aIdx < size(), **((const nsID * *)1)); 1460 1460 return *m.arr[aIdx]; 1461 1461 }
Note:
See TracChangeset
for help on using the changeset viewer.