X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=01537b9b6362908609fa9c2faef240dab10a2461;hb=69036ced3765f40048d62be800c98af3ea2d1b4a;hp=7f19fd1f58e55f159e435f31f76589ac978c07dc;hpb=42a2a0f289e951cc7fd4f6ef25a286f3ef400497;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index 7f19fd1f58..01537b9b63 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -13,7 +13,6 @@ #define BUFFER_H #include "OutputEnums.h" -#include "update_flags.h" #include "insets/InsetCode.h" @@ -38,8 +37,8 @@ class ErrorList; class FuncRequest; class FuncStatus; class Inset; -class InsetRef; class InsetLabel; +class InsetRef; class Font; class Format; class Lexer; @@ -505,7 +504,7 @@ public: /// void moveAutosaveFile(support::FileName const & old) const; /// - support::FileName getAutosaveFilename() const; + support::FileName getAutosaveFileName() const; /// return the format of the buffer on a string std::string bufferFormat() const;