]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
float2string #4 (Spacing)
[lyx.git] / src / mathed / math_symbolinset.h
index ebda7fc20f2d4e9ab8d67aeb4c04f60cbdce1fd8..29fcafb4eab681390b53be7a48de4500ec7bad91 100644 (file)
@@ -29,8 +29,6 @@ public:
        ///
        explicit MathSymbolInset(std::string const & name);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
@@ -68,6 +66,7 @@ public:
        void infoize2(std::ostream & os) const;
 
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        latexkeys const * sym_;
        ///