lyx_mirror/src/mathed/math_factory.h
André Pönitz 9295f8236e Use references instead of pointers where possible
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2867 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-12 12:02:49 +00:00

14 lines
222 B
C++

#ifndef MATH_FACTORY_H
#define MATH_FACTORY_H
#include "LString.h"
#include "math_atom.h"
class MathInset;
class latexkeys;
MathAtom createMathInset(string const &);
MathAtom createMathInset(latexkeys const *);
#endif