]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_factory.C
*** empty log message ***
[features.git] / src / mathed / math_factory.C
index 342f1e50b7c0d92bdf90c20868dd95987d86b1bf..4078da8ed39ac79e22d4237bd7908fb9103fd359 100644 (file)
@@ -15,6 +15,7 @@
 #include "math_notinset.h"
 #include "math_rootinset.h"
 #include "math_spaceinset.h"
+#include "math_specialcharinset.h"
 #include "math_sqrtinset.h"
 #include "math_symbolinset.h"
 #include "math_stackrelinset.h"
@@ -30,6 +31,8 @@ MathInset * createMathInset(latexkeys const * l)
                        return new MathBigopInset(l);
                case LM_TK_FUNCLIM:
                        return new MathFuncLimInset(l);
+               case LM_TK_SPECIAL:
+                       return new MathSpecialCharInset(l->id);
                case LM_TK_SYM: 
                        return new MathSymbolInset(l);
                case LM_TK_STACK: