VirtualBox

Changeset 22195 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 12, 2009 8:43:17 AM (15 years ago)
Author:
vboxsync
Message:

Main: minor optimization

File:
1 edited

Legend:

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

    r22194 r22195  
    19831983        if (!it->second.isNull())
    19841984        {
    1985             Utf8Str name = it->first;
    1986             Utf8Str value = it->second;
     1985            const Utf8Str &name = it->first;
     1986            const Utf8Str &value = it->second;
    19871987            data.properties[name] = value;
    19881988        }
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