]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileFilterList.cpp
Now that exceptions are allowed, handle gracefully the case where a Buffer temp direc...
[lyx.git] / src / support / FileFilterList.cpp
index e4e79c721fb66e1d0ab6356081f5220df25eefc3..e960502a170dc7df9aba410a1e7d512b8c7ae7b5 100644 (file)
@@ -77,7 +77,7 @@ namespace lyx {
 namespace support {
 
 FileFilterList::Filter::Filter(docstring const & description,
-                              std::string const & globs)
+                              string const & globs)
        : desc_(description)
 {
        typedef boost::tokenizer<boost::char_separator<char> > Tokenizer;