]> git.lyx.org Git - lyx.git/blob - src/mathed/macro_support.C
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / macro_support.C
1 #include <config.h>
2
3 #include "support/LOstream.h"
4 #include "macro_support.h"
5
6 using std::ostream;
7
8 ostream & operator<<(ostream & o, MathedMacroFlag mmf)
9 {
10         return o << int(mmf);
11 }