X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferList.h;h=01698af4bbc7f5b12fe7ca222db39b42ee8ced43;hb=b7082f2d291ea96bee867d69e5346da0aadf547e;hp=690bf6a4e4a8a905970c85ff2bd8bdf3ca347bad;hpb=e8ffb0c97aa7c5a27dd3fcfc79a4ce13d8701762;p=lyx.git diff --git a/src/BufferList.h b/src/BufferList.h index 690bf6a4e4..01698af4bb 100644 --- a/src/BufferList.h +++ b/src/BufferList.h @@ -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: