]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / abort.C
index 13623091851a92a8dca448bcf27e0892480ed46c..754d1c393e759a6fea2f142f6877ee641313d0d8 100644 (file)
@@ -3,9 +3,9 @@
  * 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
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -14,7 +14,7 @@
 
 #include "support/lyxlib.h"
 
-void lyx::abort()
+void lyx::support::abort()
 {
        ::abort();
 }