]> 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 336c376067e993a48aa1536a91a0a1ea2b98e8a0..80a2199f85aabe7a305642fa07234b9715d09d3c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef MATH_BIGINSET_H
 #define MATH_BIGINSET_H
 
-#include "InsetMathDim.h"
+#include "InsetMath.h"
 
 #include <string>
 
 namespace lyx {
 
 /// Inset for \\bigl & Co.
-class InsetMathBig : public InsetMathDim {
+class InsetMathBig : public InsetMath {
 public:
        ///
        InsetMathBig(docstring const & name, docstring const & delim);
        ///
        docstring name() const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -40,7 +40,7 @@ public:
        static bool isBigInsetDelim(docstring const &);
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        size_type size() const;
        ///