]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormERT.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormERT.h
index 74ac8a90986519163fec9085462862255f7486b1..ce3c6c4994228dfc318a9a93371642aaca719e10 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file xforms/FormERT.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Vigna, jug@sad.it
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMERT_H
@@ -26,7 +28,7 @@ class FormERT
        : public FormCB<ControlERT, FormDB<FD_ert> > {
 public:
        ///
-       FormERT(ControlERT &);
+       FormERT();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();