]> git.lyx.org Git - lyx.git/blobdiff - src/support/globbing.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / globbing.C
index eb351cf12b8d549750cfa0981300d46bfc492466..eb25cc50b4f7eb426cd5d024d1ffc8dbd00ddeea 100644 (file)
@@ -114,7 +114,7 @@ vector<string> const expand_globs(string const & mask,
 
 FileFilterList::FileFilterList(string const & qt_style_filter)
 {
-       string const filter = qt_style_filter 
+       string const filter = qt_style_filter
                + (qt_style_filter.empty() ? string() : ";;")
                + _("All files (*)");