]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormToc.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormToc.h
index bde478986109efce72a00425448e2d89ec31e7d1..eb8e627af38ce99454298f0f599a96ab58a4cd33 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file xforms/FormToc.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 FORMTOC_H
@@ -25,7 +27,7 @@ struct FD_toc;
 class FormToc : public FormCB<ControlToc, FormDB<FD_toc> > {
 public:
        ///
-       FormToc(ControlToc &, Dialogs &);
+       FormToc();
 private:
        /// not needed
        virtual void apply() {}