VirtualBox

Changeset 15048 in vbox for trunk/include


Ignore:
Timestamp:
Dec 5, 2008 2:11:21 PM (16 years ago)
Author:
vboxsync
Message:

Main/SafeArray: Fixed GCC burns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/array.h

    r15042 r15048  
    14171417     *       The constructor will also assert in this case.
    14181418     */
    1419     SafeIfaceArray (size_t aSize) { resize (aSize); }
     1419    SafeIfaceArray (size_t aSize) { Base::resize (aSize); }
    14201420
    14211421    /**
     
    14921492        typedef C <ComPtr <OI>, A> List;
    14931493
    1494         resize (aCntr.size());
     1494        Base::resize (aCntr.size());
    14951495        AssertReturnVoid (!Base::isNull());
    14961496
     
    15211521        typedef C <ComObjPtr <OI>, A> List;
    15221522
    1523         resize (aCntr.size());
     1523        Base::resize (aCntr.size());
    15241524        AssertReturnVoid (!Base::isNull());
    15251525
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette