]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormForks.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormForks.h
index 14eb28695eb379d0705fceefda89a69e915f274b..df6494b98ba08203f335d2c948c0c84bbae02dcd 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormForks.h
- * Copyright 2002 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 Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMFORKS_H
@@ -22,7 +24,7 @@ struct FD_forks;
 class FormForks : public FormCB<ControlForks, FormDB<FD_forks> > {
 public:
        ///
-       FormForks(ControlForks &, Dialogs &);
+       FormForks();
 
        /// preemptive handler for feedback messages
        void feedbackCB(FL_OBJECT *, int);