]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
Correctly interpret return value of LyXRC::read(FileName const & filename, bool check...
[lyx.git] / src / BufferList.h
index 690bf6a4e4a8a905970c85ff2bd8bdf3ca347bad..01698af4bbc7f5b12fe7ca222db39b42ee8ced43 100644 (file)
@@ -26,7 +26,7 @@ class OutputParams;
 namespace support {
 class FileName;
 class FileNameList;
-}
+} // namespace support
 
 /**
  * The class holds all all open buffers, and handles construction
@@ -124,6 +124,8 @@ public:
        void emergencyWriteAll();
        /// FIXME
        void updateIncludedTeXfiles(std::string const &, OutputParams const &);
+       ///
+       void invalidateConverterCache() const;
        //@}
 
 private: