]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetbutton.h
index 23f4e73f6a5e8457935924976b593030be4d916a..26e2952e713c7d74d21f9899f526a3b17ce7a9ae 100644 (file)
@@ -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
-