]> git.lyx.org Git - features.git/blobdiff - src/insets/mailinset.h
Replace LString.h with support/std_string.h,
[features.git] / src / insets / mailinset.h
index b5a365e4cbf5cbc99c54b5a83b6cb18cac2bc5b8..7a927220d5be18ab03e1520c7ee3791c6b8e2ae5 100644 (file)
@@ -6,17 +6,18 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef MAILINSET_H
 #define MAILINSET_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 
 class InsetBase;
+class Buffer;
 class BufferView;
 
 
@@ -31,7 +32,7 @@ public:
        ///
        void hideDialog() const;
        ///
-       virtual string const inset2string() const = 0;
+       virtual string const inset2string(Buffer const &) const = 0;
 
 protected:
        ///