]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormShowFile.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormShowFile.h
index fd71682b26a1023c690139f26e3e5e902ac2dfb1..ce19f0adb790e37a2d375aa63fd2145ae75d6ae9 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormShowFile.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 FORMSHOWFILE_H
@@ -25,7 +27,7 @@ class ControlShowFile;
 class FormShowFile : public FormCB<ControlShowFile, FormBrowser> {
 public:
        ///
-       FormShowFile(ControlShowFile &);
+       FormShowFile();
 
        // Functions accessible to the Controller.