VirtualBox

Ignore:
Timestamp:
Mar 2, 2015 8:05:15 PM (10 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

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

    r54591 r54592  
    34003400    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    34013401
    3402     SecretKeyMap::const_iterator it = m_mapSecretKeys.find(aId);
     3402    SecretKeyMap::iterator it = m_mapSecretKeys.find(aId);
    34033403    if (it == m_mapSecretKeys.end())
    34043404        return setError(VBOX_E_OBJECT_NOT_FOUND, tr("A password with the given ID does not exist"));
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