]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathUnderset.h
index aaf79a588d626dfd56b92d4de82dd5b8380a6f4b..d0a8492439bac9540c6cafd1ee1ad7c6ced2e251 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_UNDERSETINSET_H
 
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
 
 
 namespace lyx {
@@ -22,7 +22,7 @@ namespace lyx {
 class InsetMathUnderset : public InsetMathFracBase {
 public:
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -38,7 +38,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };