diff --git a/lib/utils/mu-lang-detector.cc b/lib/utils/mu-lang-detector.cc index deadf2f3..75af37eb 100644 --- a/lib/utils/mu-lang-detector.cc +++ b/lib/utils/mu-lang-detector.cc @@ -23,7 +23,7 @@ using namespace Mu; #ifndef HAVE_CLD2 // Dummy implementation -Option detect_language(const std::string& txt) { return Nothing; } +Option Mu::detect_language(const std::string& txt) { return Nothing; } #else #include #include