]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.h
move everything into namespace lyx
[lyx.git] / src / mathed / InsetMathMacro.h
index 3c82d9ac24d907573e39ee921671ba2f8cb09cfb..7b15d3b1aa0ca214ee55bc829ad6c4b65daca7f4 100644 (file)
@@ -19,6 +19,9 @@
 #include "MathMacroTable.h"
 
 
+namespace lyx {
+
+
 /// This class contains the data for a macro.
 class MathMacro : public InsetMathNest {
 public:
@@ -33,7 +36,8 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        /// get cursor position
-       void cursorPos(CursorSlice const & sl, bool boundary, int & x, int & y) const;
+       void cursorPos(BufferView const & bv, CursorSlice const & sl,
+               bool boundary, int & x, int & y) const;
        ///
        InsetBase * editXY(LCursor & cur, int x, int y);
        ///
@@ -71,4 +75,7 @@ private:
 };
 
 
+
+
+} // namespace lyx
 #endif