]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFracBase.h
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathFracBase.h
index 83ee1c8b6dcbf2a6f7e60c9ebe0ff9c7435e448a..88236a0b2633b4cd7675afe8d36c8f3cea3e0018 100644 (file)
@@ -21,13 +21,13 @@ namespace lyx {
 class InsetMathFracBase : public InsetMathNest {
 public:
        ///
-       InsetMathFracBase();
+       explicit InsetMathFracBase(idx_type ncells = 2);
        ///
-       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;
 };