]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormTexinfo.h
index 35891e1cbeaca5eae9ff0116abd90fc090f5aff0..6027ecd0d0f7cd1a1e0fecc9cde76f504a32efe9 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormTexinfo.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 Herbert Voss, voss@perce.de
+ * \author Herbert Voss
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMTEXINFO_H
@@ -22,8 +24,7 @@ struct FD_texinfo;
 class FormTexinfo : public FormCB<ControlTexinfo, FormDB<FD_texinfo> > {
 public:
        ///
-       FormTexinfo(ControlTexinfo &);
-
+       FormTexinfo();
 private:
        /// not needed
        virtual void apply() {}