]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetbutton.h
index 5ef251fc697a1b5aeab4e16436f0048a07b12660..c6a6a12ffc990b19befb5b43635076cb9fa60fdf 100644 (file)
@@ -23,9 +23,6 @@
  */
 class InsetButton: public Inset {
 public:
-       ///
-       InsetButton();
-
        ///
        int ascent(BufferView *, LyXFont const &) const;
        ///
@@ -37,7 +34,7 @@ public:
 
 protected:
        /// This should provide the text for the button
-       virtual string getScreenLabel() const = 0;
+       virtual string const getScreenLabel() const = 0;
 };
 
 #endif