X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex.h;h=7f6cc26e0225487f7b5da7ffa47bb1d95bce774d;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=f1222d1a811a8a2e0f6c1688ff0d4ce2c38bc911;hpb=49070b4c004594c295b80c6612e368b62f5d44f3;p=lyx.git diff --git a/src/lyxlex.h b/src/lyxlex.h index f1222d1a81..7f6cc26e02 100644 --- a/src/lyxlex.h +++ b/src/lyxlex.h @@ -26,6 +26,7 @@ namespace lyx { +namespace support { class FileName; } /// struct keyword_item { @@ -66,7 +67,7 @@ public: /// stream is not ok bool operator!() const; /// return true if able to open file, else false - bool setFile(std::string const & filename); + bool setFile(support::FileName const & filename); /// void setStream(std::istream & is); ///