]> git.lyx.org Git - lyx.git/blobdiff - src/tests/check_layout.cpp
DocBook: fix file inclusion.
[lyx.git] / src / tests / check_layout.cpp
index 2fa0fe11e94e8447fc59ebd280117918da8ce843..039d51b22289325679fb513565dc93493a7f3708 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 namespace lyx {
 namespace frontend {
 namespace Alert {
-void warning(docstring const & title, docstring const & message, bool const &)
+void warning(docstring const & title, docstring const & message, bool)
 {
        LYXERR0(title);
        LYXERR0(message);