]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathBig.h
index 5c2bbb80f5d6d92ec8d36fec623e1365166caab9..80a2199f85aabe7a305642fa07234b9715d09d3c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef MATH_BIGINSET_H
 #define MATH_BIGINSET_H
 
-#include "InsetMathDim.h"
+#include "InsetMath.h"
 
 #include <string>
 
@@ -20,7 +20,7 @@
 namespace lyx {
 
 /// Inset for \\bigl & Co.
-class InsetMathBig : public InsetMathDim {
+class InsetMathBig : public InsetMath {
 public:
        ///
        InsetMathBig(docstring const & name, docstring const & delim);