From: Jürgen Spitzmüller Date: Fri, 26 Sep 2008 09:13:12 +0000 (+0000) Subject: compile fix & whitespace nitpicks. X-Git-Tag: 1.6.10~3314 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e63a6bc89ac725bb4790115ef701a3169a7d835f;p=features.git compile fix & whitespace nitpicks. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26570 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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; }