]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
Real fix from Bernhard Roider
[lyx.git] / src / lyxtextclass.h
index 45cb28f7e1c72498c7d124c0189b88658e32b383..c2e36f3ea4a08bf6c0ca6fbf5d985a82e5468c77 100644 (file)
@@ -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 &);
        ///