converted to vs2012
[deb_libcec.git] / src / lib / CECProcessor.cpp
index d9fadb0eddb0b1a25b5651cd1cdbb564c9426ec1..2aa81cadfdecd719db27d43976ad374a3510e705 100644 (file)
@@ -706,7 +706,7 @@ bool CCECProcessor::AllocateLogicalAddresses(CCECClient* client)
     // replace a previous client
     CLockObject lock(m_mutex);
     m_clients.erase((*it)->GetLogicalAddress());
-    m_clients.insert(make_pair<cec_logical_address, CCECClient *>((*it)->GetLogicalAddress(), client));
+    m_clients.insert(make_pair((*it)->GetLogicalAddress(), client));
   }
 
   // set the new ackmask