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:
Jürgen Spitzmüller 2008-09-26 09:13:12 +00:00
parent 31398779f8
commit e63a6bc89a

View File

@ -23,6 +23,8 @@
#include "support/lassert.h"
#include <iostream>
using namespace std;
using namespace lyx::support;
@ -3127,6 +3129,7 @@ LyXAction::const_func_iterator LyXAction::func_end() const
return lyx_func_map.end();
}
LyXErr & operator<<(LyXErr & l, FuncCode code)
{
if (l.enabled())