]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFracBase.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathFracBase.h
index 83ee1c8b6dcbf2a6f7e60c9ebe0ff9c7435e448a..1dae634a4040bad2fb5b9bd5d04a9ebac0028511 100644 (file)
@@ -23,11 +23,11 @@ public:
        ///
        InsetMathFracBase();
        ///
-       bool idxUpDown(LCursor &, bool up) const;
+       bool idxUpDown(Cursor &, bool up) const;
        ///
-       bool idxLeft(LCursor &) const;
+       bool idxLeft(Cursor &) const;
        ///
-       bool idxRight(LCursor &) const;
+       bool idxRight(Cursor &) const;
 };