]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreamble.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormPreamble.h
index 9166ea28ff0a0b4a2f74720396e5689ff91c50de..1509dbd4ad17c9406f1c6998ca38cfd7db3146cd 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormPreamble.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Edwin Leuven, leuven@fee.uva.nl
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMPREAMBLE_H
@@ -24,7 +26,7 @@ struct FD_preamble;
 class FormPreamble : public FormCB<ControlPreamble, FormDB<FD_preamble> > {
 public:
        ///
-       FormPreamble(ControlPreamble &);
+       FormPreamble();
 private:
        /// Apply from dialog
        virtual void apply();