Remove AUTO_VAR macro and _toString function (#592)
This commit is contained in:
@@ -178,7 +178,7 @@ bool DLCAudioFile::processDLCDataFile(PBYTE pbData, DWORD dwLength)
|
||||
{
|
||||
//EAudioParameterType paramType = e_AudioParamType_Invalid;
|
||||
|
||||
AUTO_VAR(it, parameterMapping.find( pParams->dwType ));
|
||||
auto it = parameterMapping.find(pParams->dwType);
|
||||
|
||||
if(it != parameterMapping.end() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user