]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormUrl.h
index 1ed730e87333c361cc3fe2869db36e93aec67c92..53c0a49240d2ba4e5a85595781715ab7228a11df 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file xforms/FormUrl.h
- * Copyright 2000-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 Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMURL_H
@@ -24,8 +26,7 @@ struct FD_url;
 class FormUrl : public FormCB<ControlUrl, FormDB<FD_url> > {
 public:
        ///
-       FormUrl(ControlUrl &);
-
+       FormUrl();
 private:
        /// Apply from dialog (modify or create inset)
        virtual void apply();