Index: /trunk/src/VBox/Main/src-all/SecretKeyStore.cpp
===================================================================
--- /trunk/src/VBox/Main/src-all/SecretKeyStore.cpp	(revision 55182)
+++ /trunk/src/VBox/Main/src-all/SecretKeyStore.cpp	(revision 55183)
@@ -152,5 +152,5 @@
 int SecretKeyStore::deleteSecretKey(const com::Utf8Str &strKeyId)
 {
-    SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId);
+    SecretKeyMap::iterator it = m_mapSecretKeys.find(strKeyId);
     if (it == m_mapSecretKeys.end())
         return VERR_NOT_FOUND;
