]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
float2string #4 (Spacing)
[lyx.git] / src / mathed / math_kerninset.h
index aa30e03bd92639571360f9a8eaeb0d3b73423111..48d50638b817ea07a3ef28e8f410b66bb4313c50 100644 (file)
@@ -28,8 +28,6 @@ public:
        ///
        explicit MathKernInset(std::string const & wid);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -38,6 +36,7 @@ public:
        ///
        void normalize(NormalStream & ns) const;
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        /// width in em
        LyXLength wid_;
 };