]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/alert.h
Add Sam Crawley to credits.
[lyx.git] / src / frontends / alert.h
index c3b8065f98723e2ea3c911d9daaad7af802fd481..20da43656a52596678a131d3990c7ddcd0cac9cd 100644 (file)
@@ -45,7 +45,7 @@ int prompt(docstring const & title, docstring const & question,
  * The console output takes care of converting any Qt html to plain text.
  */
 void warning(docstring const & title, docstring const & message,
-            bool const & askshowagain = false);
+            bool askshowagain = false);
 
 /**
  * Display a warning to the user. Title should be a short (general) summary.