]> git.lyx.org Git - features.git/blobdiff - src/frontends/Alert_pimpl.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / Alert_pimpl.h
index f9c587d5875acdfe3b4bb99761d1bbd9efbadf1d..8be61575f2892f431daff8f71973dcdda7b326f9 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file Alert_pimpl.h
  * This file is part of LyX, the document processor.
@@ -5,17 +6,16 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
-#include "debug.h"
-
 // GUI-specific implementations
 
-void alert_pimpl(string const & s1, string const & s2, string const & s3);
+#include "support/std_string.h"
+
 
 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);