]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCopyright.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormCopyright.h
index 9ade098984bd4c77ad6ed143f17726d6f3e17606..8a0cf83aef066c55cc52ad0ebe29d53ff7b32982 100644 (file)
@@ -27,7 +27,7 @@ struct FD_form_copyright;
 
 /** This class provides an XForms implementation of the FormCopyright Dialog.
  */
-class FormCopyright : public FormBase {
+class FormCopyright : public FormBaseBI {
 public:
        /// #FormCopyright x(LyXFunc ..., Dialogs ...);#
        FormCopyright(LyXView *, Dialogs *);
@@ -38,7 +38,7 @@ private:
        /// Build the dialog
        virtual void build();
        /// Pointer to the actual instantiation of the xform's form
-       virtual FL_FORM * const form() const;
+       virtual FL_FORM * form() const;
        /// Fdesign generated method
        FD_form_copyright * build_copyright();