]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.h
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathSubstack.h
index a82ecd1ecd39e9fe133af14fce6e6f0b690e0e35..f8226b05c432712d7d5f1dcc2fdd24adaa9084bb 100644 (file)
@@ -32,10 +32,10 @@ public:
        InsetMathSubstack const * asSubstackInset() const { return this; }
 
        ///
-       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+       bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        void write(WriteStream & os) const;
        ///
@@ -45,7 +45,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };