From e63a6bc89ac725bb4790115ef701a3169a7d835f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 26 Sep 2008 09:13:12 +0000 Subject: [PATCH] compile fix & whitespace nitpicks. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26570 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ceee3bca70..9705e42634 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -23,6 +23,8 @@ #include "support/lassert.h" +#include + using namespace std; using namespace lyx::support; @@ -3127,10 +3129,11 @@ LyXAction::const_func_iterator LyXAction::func_end() const return lyx_func_map.end(); } + LyXErr & operator<<(LyXErr & l, FuncCode code) { - if (l.enabled()) - l.stream() << lyxaction.getActionName(code); + if (l.enabled()) + l.stream() << lyxaction.getActionName(code); return l; } -- 2.39.2