]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathSubstack.h
index 417adc1d9fbe5884a779dc80e0b36c4b18bbe0ec..f2b9e5c0aa48f0eb8e4505e393d8032c412a418d 100644 (file)
@@ -32,7 +32,7 @@ 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(odocstream & os) const;
@@ -45,7 +45,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };