X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathOverset.h;h=078ccf55713971c2e39fadd75624bac044caeb14;hb=7f17f13bfc2ad4e7cdd8ecfce23374e2b3d0c646;hp=c74557c04cb34d650a9f2ce510c1f18383dd476f;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathOverset.h b/src/mathed/InsetMathOverset.h index c74557c04c..078ccf5571 100644 --- a/src/mathed/InsetMathOverset.h +++ b/src/mathed/InsetMathOverset.h @@ -26,9 +26,9 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - bool idxFirst(LCursor &) const; + bool idxFirst(Cursor &) const; /// - bool idxLast(LCursor &) const; + bool idxLast(Cursor &) const; /// void write(WriteStream & os) const; /// @@ -36,7 +36,7 @@ public: /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };