X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFracBase.h;h=88236a0b2633b4cd7675afe8d36c8f3cea3e0018;hb=58ab972f714309aa87e7d956ceda00e18337875f;hp=620bb3b1eab4e681cb9d39c0649f8a146c430e33;hpb=e89625ef28143545a511cdabc67dee8b7be1b216;p=lyx.git diff --git a/src/mathed/InsetMathFracBase.h b/src/mathed/InsetMathFracBase.h index 620bb3b1ea..88236a0b26 100644 --- a/src/mathed/InsetMathFracBase.h +++ b/src/mathed/InsetMathFracBase.h @@ -15,16 +15,22 @@ #include "InsetMathNest.h" +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; }; + + +} // namespace lyx #endif