]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boldsymbolinset.h
code cosmetics to the iterator fix
[lyx.git] / src / mathed / math_boldsymbolinset.h
index 489a122345712694a4c8545c14275b6ff0eac597..cb5a6eb046fa5d1acecf7f4406e594c7bc1a2a33 100644 (file)
@@ -21,8 +21,6 @@ public:
        ///
        MathBoldsymbolInset();
        ///
-       std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -36,6 +34,8 @@ public:
        void write(WriteStream & os) const;
        ///
        void infoize(std::ostream & os) const;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif