]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
TR1: move TR1 check to config.h / buildsystem
[lyx.git] / src / Buffer.h
index 7f19fd1f58e55f159e435f31f76589ac978c07dc..01537b9b6362908609fa9c2faef240dab10a2461 100644 (file)
@@ -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;