]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert.h
Extracted from r14281
[lyx.git] / src / frontends / Alert.h
index 3b5f3636aa51c60ec0257a51df21cb1eb129e5ce..607c28126e902f30d02f993245b22c62b9aa20d7 100644 (file)
@@ -29,7 +29,7 @@ namespace Alert {
  * slap you with fish, and not in an enjoyable way either.
  */
 int prompt(std::string const & title, std::string const & question,
-           int default_button, int cancel_button,
+          int default_button, int cancel_button,
           std::string const & b1, std::string const & b2, std::string const & b3 = std::string());
 
 /**