]> git.lyx.org Git - features.git/blobdiff - src/buffer_funcs.h
Replace LString.h with support/std_string.h,
[features.git] / src / buffer_funcs.h
index 334b63f6446ffc8177df47f085cb9e42cfa27c75..a09c44684eace457c0b1a3160afb9d828e9a30a0 100644 (file)
@@ -3,16 +3,16 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef BUFFER_FUNCS_H
 #define BUFFER_FUNCS_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class Buffer;
 class TeXErrors;
@@ -32,9 +32,9 @@ Buffer * newFile(string const & filename, string const & templatename,
 
 ///return the format of the buffer on a string
 string const BufferFormat(Buffer const & buffer);
-
+///
 void bufferErrors(Buffer const &, TeXErrors const &);
-
+///
 void bufferErrors(Buffer const &, ErrorList const &);
 
 #endif // BUFFER_FUNCS_H