]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormError.h
get rid of dead code, some new functions constify variables.
[features.git] / src / frontends / xforms / FormError.h
index 6def4551c12933b9100b5ca7c6cd9774a4e4bcbb..522ac134c7717b3080e32bdffb7bda89ba7df34e 100644 (file)
@@ -23,7 +23,7 @@ struct FD_form_error;
 
 /** This class provides an XForms implementation of the FormError Dialog.
  */
-class FormError : public FormBase, public noncopyable {
+class FormError : public FormBase {
 public:
        /// Constructor
        FormError(LyXView *, Dialogs *);