]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetvspace.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetvspace.C
index 454ba829bafe9b729235457e005c4840bec9a4c0..72e152d0181c33847f7901cda5148fcb2c62e231 100644 (file)
@@ -211,7 +211,7 @@ int InsetVSpace::latex(Buffer const & buf, odocstream & os,
 
 
 int InsetVSpace::plaintext(Buffer const &, odocstream & os,
-                           OutputParams const & runparams) const
+                           OutputParams const &) const
 {
        os << "\n\n";
        return PLAINTEXT_NEWLINE;