Changeset 49765 in vbox for trunk/include/VBox/com
- Timestamp:
- Dec 4, 2013 5:37:08 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h
r49576 r49765 1656 1656 it != aCntr.end(); ++ it, ++ i) 1657 1657 #ifdef VBOX_WITH_XPCOM 1658 Copy(*it, Base::m.arr[i]);1658 this->Copy(*it, Base::m.arr[i]); 1659 1659 #else 1660 1660 Copy(*it, Base::m.raw[i]);
Note:
See TracChangeset
for help on using the changeset viewer.