]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boldsymbolinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_boldsymbolinset.h
index f44dbb808b7f53b1745fb710cf97ab4291f75a36..cb5a6eb046fa5d1acecf7f4406e594c7bc1a2a33 100644 (file)
 #include "math_nestinset.h"
 
 
-/// Inset for AMSTeX's \boldsymbol 
+/// Inset for AMSTeX's \boldsymbol
 class MathBoldsymbolInset : public MathNestInset {
 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