]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / command_inset.h
index 6844a6119078e19355f679d9d449a53a3558a722..0e7ed2bf8851f972980beed4c6843437d9fe52d1 100644 (file)
@@ -25,15 +25,15 @@ public:
        ///
        explicit CommandInset(string const & name);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        void write(WriteStream & os) const;
-       ///
-       //void infoize(std::ostream & os) const;
+       //
+       // void infoize(std::ostream & os) const;
        ///
        dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
        ///