]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormThesaurus.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormThesaurus.h
index 82cbeafe01a801c263041e837ba2c1b1830e1a0e..9578ad763f1460164b0e3e6f188547e83ddccff3 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormThesaurus.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 John Levon, moz@compsoc.man.ac.uk
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMTHESAURUS_H
@@ -24,7 +26,7 @@ struct FD_thesaurus;
 class FormThesaurus : public FormCB<ControlThesaurus, FormDB<FD_thesaurus> > {
 public:
        ///
-       FormThesaurus(ControlThesaurus &, Dialogs &);
+       FormThesaurus();
 private:
        /// not needed.
        virtual void apply() {}