]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBig.h
index 5a983d19e77344b641e9e2144603ddfdf8f4b48f..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);
@@ -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;
        ///