]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/boost.cpp
Run codespell on src/support
[lyx.git] / src / support / tests / boost.cpp
index ba895204bc4c7ba892fc5f1a693ba75b613163bb..7230f5b003905a8368aa7fd5e4e78616bf598b61 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -33,4 +33,11 @@ void assertion_failed(char const * /*expr*/, char const * /*function*/,
        ::abort();
 }
 
+
+void assertion_failed_msg(char const * /*expr*/, char const * /*msg*/,
+                                                 char const * /*function*/, char const * /*file*/, long /*line*/)
+{
+       ::abort();
+}
+
 } // namespace boost