]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListingsParams.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetListingsParams.cpp
index ebe6b27c2c7b5751239f9c536f11eb36b609a554..5b744063343f1a715a53db51f456ed6467a8205f 100644 (file)
@@ -180,7 +180,7 @@ docstring ListingsParam::validate(string const & par) const
                        lists.push_back(v);
 
                // good, find the string
-               if (std::find(lists.begin(), lists.end(), par2) != lists.end()) {
+               if (find(lists.begin(), lists.end(), par2) != lists.end()) {
                        if (unclosed)
                                return _("Unbalanced braces!");
                        return docstring();