]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderButton.cpp
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / RenderButton.cpp
index ed6e26b51e6d1d8c7bb9fd71ad0afaa351c823fd..5320507371d844cc3d4c70f78a17571a53a65f44 100644 (file)
@@ -33,11 +33,11 @@ RenderBase * RenderButton::clone(Inset const *) const
 
 
 void RenderButton::update(docstring const & text, bool editable,
-                          bool inherit_font)
+                          bool inherit)
 {
        text_ = text;
        editable_ = editable;
-       inherit_font_ = inherit_font;
+       inherit_font_ = inherit;
 }