]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.h
float2string #4 (Spacing)
[lyx.git] / src / mathed / math_binominset.h
index fdda25d0ca6c7ed0a90baf44927ad4b1eeed7606..08a8985765661edd8bb3328ddb4f29796bfbfcaa 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #ifndef MATH_BINOMINSET_H
-#define MATH_DINOMINSET_H
+#define MATH_BINOMINSET_H
 
 #include "math_fracbase.h"
 
@@ -21,8 +21,6 @@ public:
        ///
        explicit MathBinomInset(bool choose = false);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
@@ -31,6 +29,7 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        int dw() const;
        ///