lyx_mirror/src/mathed/macro_support.C
Lars Gullik Bjønnes 26428cdf19 more mathed cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1499 a592a061-630c-0410-9148-cb99ea01b6c8
2001-02-13 17:08:51 +00:00

12 lines
182 B
C

#include <config.h>
#include "support/LOstream.h"
#include "macro_support.h"
using std::ostream;
ostream & operator<<(ostream & o, MathedMacroFlag mmf)
{
return o << int(mmf);
}