]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
Add Nomenclature to the TOC.
[lyx.git] / src / insets / InsetNewpage.cpp
index 85e8d14dd394d02539d1963015f389613f141ddf..15d45f071a2157625e3a07ec8feb6be827af843e 100644 (file)
@@ -235,7 +235,8 @@ void InsetNewpage::latex(otexstream & os, OutputParams const &) const
 }
 
 
-int InsetNewpage::plaintext(odocstream & os, OutputParams const &) const
+int InsetNewpage::plaintext(odocstringstream & os,
+        OutputParams const &, size_t) const
 {
        os << '\n';
        return PLAINTEXT_NEWLINE;