]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetert.C
index 15e936c5d201310f9aa7f5b120d24ff2615ae09a..cb62a2579b4290e7b6236371c5609daa868d2191 100644 (file)
@@ -172,9 +172,9 @@ int InsetERT::latex(Buffer const &, odocstream & os,
 
 
 int InsetERT::plaintext(Buffer const &, odocstream &,
-                   OutputParams const & /*runparams*/) const
+                        OutputParams const &) const
 {
-       return 0;
+       return 0; // do not output TeX code
 }