X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSubstack.h;h=f2b9e5c0aa48f0eb8e4505e393d8032c412a418d;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=417adc1d9fbe5884a779dc80e0b36c4b18bbe0ec;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathSubstack.h b/src/mathed/InsetMathSubstack.h index 417adc1d9f..f2b9e5c0aa 100644 --- a/src/mathed/InsetMathSubstack.h +++ b/src/mathed/InsetMathSubstack.h @@ -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 doClone() const; + virtual std::auto_ptr doClone() const; };