]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_unknowninset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_unknowninset.h
index 31a76d5c40a854848a6065861ddf7497c4782c79..1e6c2d6822090d00631f8de408dee1f98c6d3478 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef MATH_UNKNOWNINSET_H
 #define MATH_UNKNOWNINSET_H
 
-#include "math_nestinset.h"
+#include "math_diminset.h"
 
 #ifdef __GNUG__
 #pragma interface
@@ -11,7 +11,7 @@
 /**
  Unknowntions or LaTeX names for objects that we really don't know
  */
-class MathUnknownInset : public MathNestInset {
+class MathUnknownInset : public MathDimInset {
 public:
        ///
        explicit MathUnknownInset(string const & name,