]> git.lyx.org Git - lyx.git/blob - src/mathed/preview.h
remove noload/don't typeset
[lyx.git] / src / mathed / preview.h
1 #ifndef PREVIEW_H
2 #define PREVIEW_H
3
4 #include "LString.h"
5
6 bool preview(string const & str);
7
8 #endif