X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbutton.h;h=26e2952e713c7d74d21f9899f526a3b17ce7a9ae;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=23f4e73f6a5e8457935924976b593030be4d916a;hpb=d1182f17daa1a164d9527ccbe6500840d7ac6bc8;p=lyx.git diff --git a/src/insets/insetbutton.h b/src/insets/insetbutton.h index 23f4e73f6a..26e2952e71 100644 --- a/src/insets/insetbutton.h +++ b/src/insets/insetbutton.h @@ -34,8 +34,7 @@ public: protected: /// This should provide the text for the button - virtual string const getScreenLabel() const = 0; + virtual string const getScreenLabel(Buffer const *) const = 0; }; #endif -