]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / bufferlist.h
index 161f95b7f520a63a2742f7ad0d10322164507795..350e5fc7da80a6e7a24e8040424b561662be984a 100644 (file)
 #ifndef BUFFER_LIST_H
 #define BUFFER_LIST_H
 
+#include "support/docstring.h"
+
 #include <boost/utility.hpp>
 
-#include <string>
 #include <vector>
 
 
@@ -100,7 +101,7 @@ public:
        Buffer * previous(Buffer const *) const;
 
        /// reset current author for all buffers
-       void setCurrentAuthor(std::string const & name, std::string const & email);
+       void setCurrentAuthor(docstring const & name, docstring const & email);
 
 private:
        /// ask to save a buffer on quit, returns false if should cancel