]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert.h
tiny doc improvement
[lyx.git] / src / frontends / Alert.h
index 450bc2daacd010d41f662af9af0a462b3956010d..a057811286d03616f7549b41935615f4b30bc385 100644 (file)
@@ -17,8 +17,8 @@
 namespace Alert {
 
 /// show an alert message
-void alert(string const & s1, string const & s2 = string(),
-          string const & s3 = string());
+void alert(string const & title, string const & s1 = string(),
+          string const & s2 = string());
 
 /// show an alert message and strerror(errno)
 void err_alert(string const & s1, string const & s2 = string());