]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFracBase.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathFracBase.h
index 620bb3b1eab4e681cb9d39c0649f8a146c430e33..1dae634a4040bad2fb5b9bd5d04a9ebac0028511 100644 (file)
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 class InsetMathFracBase : public InsetMathNest {
 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;
 };
 
+
+
+} // namespace lyx
 #endif