]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.cpp
Add Nomenclature to the TOC.
[lyx.git] / src / insets / InsetVSpace.cpp
index 057435eedaf437e77395bedf8c182443553b4fbb..927980dcf301ce8e9f7f9a69444d68e26ca36e4f 100644 (file)
@@ -207,7 +207,8 @@ void InsetVSpace::latex(otexstream & os, OutputParams const &) const
 }
 
 
-int InsetVSpace::plaintext(odocstream & os, OutputParams const &) const
+int InsetVSpace::plaintext(odocstringstream & os,
+        OutputParams const &, size_t) const
 {
        os << "\n\n";
        return PLAINTEXT_NEWLINE;
@@ -232,9 +233,9 @@ docstring InsetVSpace::xhtml(XHTMLStream &, OutputParams const &) const
 }
 
 
-docstring InsetVSpace::contextMenuName() const
+string InsetVSpace::contextMenuName() const
 {
-       return from_ascii("context-vspace");
+       return "context-vspace";
 }