]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderButton.h
Fix segfault after deleting monitor
[lyx.git] / src / insets / RenderButton.h
index 480effd16ace2ae931325c8a7bcc79ba202952da..a0436404cf745c833f4218eeea7e2d40afce26d3 100644 (file)
@@ -33,7 +33,7 @@ public:
        virtual void draw(PainterInfo & pi, int x, int y) const;
 
        /// Provide the text for the button
-       void update(docstring const &, bool editable, bool inherit_font);
+       void update(docstring const &, bool editable, bool inherit);
 
        /// The "sensitive area" box, i.e., the button area
        Box box() const { return button_box_; }