]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert_pimpl.h
some tabular fixes for the problems reported by Helge
[lyx.git] / src / frontends / Alert_pimpl.h
index 09cbefa95c9c07d76f2343ed6c1e6ed2ee4ea50c..5ccaa6cff846f9218ee4c8b8661965945c3a614b 100644 (file)
 
 
 int prompt_pimpl(std::string const & title, std::string const & question,
-           int default_button, int escape_button,
-          std::string const & b1, std::string const & b2, std::string const & b3);
+                int default_button, int escape_button,
+                std::string const & b1,
+                std::string const & b2,
+                std::string const & b3);
 
 void warning_pimpl(std::string const & title, std::string const & warning);
 void error_pimpl(std::string const & title, std::string const & warning);