OSDN Git Service

More code refactoring and clean-up.
[lamexp/LameXP.git] / src / Decoder_ALAC.cpp
index 17b3f36..ecdc438 100644 (file)
@@ -36,7 +36,7 @@
 
 ALACDecoder::ALACDecoder(void)
 :
-       m_binary(lamexp_lookup_tool("refalac.exe"))
+       m_binary(lamexp_tool_lookup("refalac.exe"))
 {
        if(m_binary.isEmpty())
        {