]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathOverset.h
index c74557c04cb34d650a9f2ce510c1f18383dd476f..078ccf55713971c2e39fadd75624bac044caeb14 100644 (file)
@@ -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<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };