OSDN Git Service

More code refactoring and clean-up.
[lamexp/LameXP.git] / src / Decoder_TTA.cpp
index e42551f..4b7e22c 100644 (file)
@@ -36,7 +36,7 @@
 
 TTADecoder::TTADecoder(void)
 :
-       m_binary(lamexp_lookup_tool("tta.exe"))
+       m_binary(lamexp_tool_lookup("tta.exe"))
 {
        if(m_binary.isEmpty())
        {