]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormLog.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormLog.h
index c8f40d7df549d4925399477ca2aa3fb10cbcbee9..41d22221a1c4f011d93c1bbbf9c5716a12da6730 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
-/*
+/**
  * FormLog.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
  *
- * \author John Levon, moz@compsoc.man.ac.uk
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMLOG_H
@@ -25,7 +27,7 @@ class ControlLog;
 class FormLog : public FormCB<ControlLog, FormBrowser> {
 public:
        ///
-       FormLog(ControlLog &);
+       FormLog();
 
        // Functions accessible to the Controller.