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