]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert_pimpl.h
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Alert_pimpl.h
index 88becb95d647f39ccc6f77896137891f4edff3c5..7c500f2e1281f305829d96d9de4618a88790c4e9 100644 (file)
@@ -13,7 +13,7 @@
 // GUI-specific implementations
 
 int prompt_pimpl(string const & title, string const & question,
-           int default_button,
+           int default_button, int escape_button,
           string const & b1, string const & b2, string const & b3);
 
 void warning_pimpl(string const & title, string const & warning);