From dde7831b820dbf7096b42150ff672c4906529aee Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 11 Jun 2008 12:07:35 +0000 Subject: [PATCH] fix compilation error git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25229 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/abort.cpp | 6 ++---- status.15x | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/support/abort.cpp b/src/support/abort.cpp index e2ebdceeeb..d1f9577667 100644 --- a/src/support/abort.cpp +++ b/src/support/abort.cpp @@ -12,17 +12,15 @@ #include "support/lyxlib.h" - -namespace lyx { - #include #ifdef HAVE_STDLIB_H # include #endif +namespace lyx { -void lyx::support::abort() +void support::abort() { ::abort(); } diff --git a/status.15x b/status.15x index 6d1a80b17d..13332a9cb8 100644 --- a/status.15x +++ b/status.15x @@ -95,4 +95,4 @@ What's new * BUILD/INSTALLATION - +- Fix compilation error with gcc 4.3.0.