X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex_pimpl.h;h=c844fb4c1ca56d4a3baecdd5d44d1032e8250c4d;hb=9667cb383640866f47aea57f059a9d2a5caefc3d;hp=a5cb4a9d78e9e3ccf908cf9c643374386905d289;hpb=451b12d00d4e82215ac07b5204179156dc1d3283;p=lyx.git diff --git a/src/lyxlex_pimpl.h b/src/lyxlex_pimpl.h index a5cb4a9d78..c844fb4c1c 100644 --- a/src/lyxlex_pimpl.h +++ b/src/lyxlex_pimpl.h @@ -23,7 +23,6 @@ namespace io = boost::iostreams; #include -#include #include #include #include @@ -31,6 +30,8 @@ namespace io = boost::iostreams; namespace lyx { +namespace support { class FileName; } + /// class LyXLex::Pimpl : boost::noncopyable { public: @@ -49,7 +50,7 @@ public: /// void popTable(); /// - bool setFile(std::string const & filename); + bool setFile(support::FileName const & filename); /// void setStream(std::istream & i); ///