VirtualBox

Ignore:
Timestamp:
May 27, 2015 12:48:13 PM (10 years ago)
Author:
vboxsync
Message:

pr6522. small refining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r56088 r56096  
    27442744
    27452745            std::list<Utf8Str> audioPropertyNamesList;
    2746             std::map<Utf8Str, Utf8Str> audioProperties;
    27472746            for (size_t i = 0; i < audioProps.size(); ++i)
    27482747            {
     
    27512750                hrc = audioAdapter->GetProperty(audioProps[i], bstrValue.asOutParam());
    27522751                Utf8Str strKey(audioProps[i]);
    2753                 audioProperties[strKey] = Utf8Str(bstrValue);
    27542752                InsertConfigString(pCfgAudioSettings, strKey.c_str(), bstrValue);
    27552753            }
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