X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtextclass.h;h=c2e36f3ea4a08bf6c0ca6fbf5d985a82e5468c77;hb=27a777ccc624b19c5d1961a6279c0db97594c0fb;hp=45cb28f7e1c72498c7d124c0189b88658e32b383;hpb=ef2fda75001fdb13689cb3071d3dec2c96063429;p=lyx.git diff --git a/src/lyxtextclass.h b/src/lyxtextclass.h index 45cb28f7e1..c2e36f3ea4 100644 --- a/src/lyxtextclass.h +++ b/src/lyxtextclass.h @@ -20,6 +20,8 @@ namespace lyx { +namespace support { class FileName; } + class LyXLex; class Counters; class FloatList; @@ -65,7 +67,7 @@ public: const_iterator end() const { return layoutlist_.end(); } /// Performs the read of the layout file. - bool read(std::string const & filename, bool merge = false); + bool read(support::FileName const & filename, bool merge = false); /// void readOutputType(LyXLex &); ///