VirtualBox

Changeset 27797 in vbox for trunk/src/VBox/Main/HostImpl.cpp


Ignore:
Timestamp:
Mar 29, 2010 4:09:43 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59454
Message:

misc compiler warning fixes, comment typos and other minor cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r27796 r27797  
    55
    66/*
    7  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2010 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    11971197
    11981198    /* iterate to the position... */
    1199     USBDeviceFilterList::iterator it = m->llUSBDeviceFilters.begin();
    1200     std::advance (it, aPosition);
     1199    USBDeviceFilterList::iterator itPos = m->llUSBDeviceFilters.begin();
     1200    std::advance(itPos, aPosition);
    12011201    /* ...and insert */
    1202     m->llUSBDeviceFilters.insert(it, pFilter);
     1202    m->llUSBDeviceFilters.insert(itPos, pFilter);
    12031203    pFilter->mInList = true;
    12041204
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