]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormIndex.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormIndex.h
index 360f16c41f53de5b9aa77279b7c1c28a52484b17..a9e8682e60846d4fe9ed1060a9a7a46c4c2b1cac 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file xforms/FormIndex.h
- * Copyright 2000-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 Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMINDEX_H
@@ -24,7 +26,7 @@ struct FD_index;
 class FormIndex : public FormCB<ControlIndex, FormDB<FD_index> > {
 public:
        ///
-       FormIndex(ControlIndex &, Dialogs &);
+       FormIndex();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();