mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
compile fix & whitespace nitpicks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
31398779f8
commit
e63a6bc89a
@ -23,6 +23,8 @@
|
||||
|
||||
#include "support/lassert.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user