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