]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.C
fix compilation pb ; update eu.po
[lyx.git] / src / lyxlex_pimpl.C
index e67add9d4b2c23193815048d7acb726857c0eb90..b0587400dfccc9e78bf1c88752cf22c41d0d0001 100644 (file)
@@ -68,7 +68,7 @@ void LyXLex::Pimpl::verifyTable()
 {
        // Check if the table is sorted and if not, sort it.
        if (table
-           && !sorted(table, table + no_items, compare_tags())) {
+           && !lyx::sorted(table, table + no_items, compare_tags())) {
                lyxerr << "The table passed to LyXLex is not sorted!\n"
                       << "Tell the developers to fix it!" << endl;
                // We sort it anyway to avoid problems.