OSDN Git Service

Moved translation support into MUtilities library + make clean-up of temporary files...
[lamexp/LameXP.git] / src / Decoder_TTA.cpp
index 4b7e22c..4f1aed0 100644 (file)
@@ -36,7 +36,7 @@
 
 TTADecoder::TTADecoder(void)
 :
-       m_binary(lamexp_tool_lookup("tta.exe"))
+       m_binary(lamexp_tools_lookup("tta.exe"))
 {
        if(m_binary.isEmpty())
        {