]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.cpp
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetLine.cpp
index f72fe646ab2d56bdea91652a25a63dc8f81ead59..82960b262e338ffa118bed2d04c035fac6aaefb1 100644 (file)
@@ -35,6 +35,8 @@
 #include "support/gettext.h"
 #include "support/lstrings.h"
 
+#include <cstdlib>
+
 using namespace std;
 
 namespace lyx {
@@ -183,7 +185,8 @@ void InsetLine::latex(otexstream & os, OutputParams const &) const
 }
 
 
-int InsetLine::plaintext(odocstream & os, OutputParams const &) const
+int InsetLine::plaintext(odocstringstream & os,
+        OutputParams const &, size_t) const
 {
        os << "\n-------------------------------------------\n";
        return PLAINTEXT_NEWLINE;