X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FRenderButton.h;h=a0436404cf745c833f4218eeea7e2d40afce26d3;hb=131f4b92bac3ecb75b47c266dfa3d8543bd4d578;hp=480effd16ace2ae931325c8a7bcc79ba202952da;hpb=b58dcff836f9eb4507df81abffd83e2bfac2b3d0;p=lyx.git diff --git a/src/insets/RenderButton.h b/src/insets/RenderButton.h index 480effd16a..a0436404cf 100644 --- a/src/insets/RenderButton.h +++ b/src/insets/RenderButton.h @@ -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_; }