VirtualBox

Changeset 11006 in vbox


Ignore:
Timestamp:
Jul 30, 2008 5:59:48 PM (16 years ago)
Author:
vboxsync
Message:

iprt/autores.h: cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/autores.h

    r11004 r11006  
    293293     *
    294294     * @returns Reference to the element.
    295      * @param        The element to access.
    296      */
    297     T &operator[](size_t i)
    298     {
    299         return this->get()[i];
     295     * @param   a_i     The element to access.
     296     */
     297    T &operator[](size_t a_i)
     298    {
     299        return this->get()[a_i];
    300300    }
    301301
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