]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_arrayinset.h
index 6b15ed72b49be908e7fa4b5ed498f98dda945dcd..a61e7c036b3609b50bcf8e223bf02b6a988f3d4e 100644 (file)
@@ -28,8 +28,6 @@ public:
        /// convienience constructor from whitespace/newline seperated data
        MathArrayInset(std::string const &, std::string const & str);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -48,6 +46,7 @@ public:
        void maple(MapleStream & os) const;
 
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        std::string name_;
 };