]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.h
Painter::wavyHorizontalLine(): new method for inline spellcheck purpose.
[lyx.git] / src / LyX.h
index f46b3a025a54e421815336cb04e51032a2e013ff..c27e2045cf056399596fb69bc680b9ab6ac12b85 100644 (file)
--- a/src/LyX.h
+++ b/src/LyX.h
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  * \author John Levon
  *
@@ -140,7 +140,7 @@ private:
        friend void setRcGuiLanguage();
        friend void emergencyCleanup();
        friend void execBatchCommands();
-       friend void lyx_exit(int exit_code = 0);
+       friend void lyx_exit(int exit_code);
 };
 
 
@@ -149,7 +149,7 @@ void emergencyCleanup();
 /// Try to exit LyX properly.
 /// \p exit_code is 0 by default, if a non zero value is passed,
 /// emergencyCleanup() will be called before exiting.
-void lyx_exit(int exit_code = 0);
+void lyx_exit(int exit_code);
 /// Set the language defined by the user.
 void setRcGuiLanguage();
 /// Execute batch commands if available.