]> git.lyx.org Git - lyx.git/blob - src/mathed/math_streamstr.h
2d54ecbe975c9d87b93314b80ad78305b2fb4f66
[lyx.git] / src / mathed / math_streamstr.h
1 #ifndef MATH_STREAMSTR_H
2 #define MATH_STREAMSTR_H
3
4 #include "LString.h"
5
6 class WriteStream;
7
8 //
9 // writing strings directly
10 //
11
12 WriteStream & operator<<(WriteStream & ws, string const & s);
13
14 #endif