]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_pos.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_pos.C
index 43224096563339a90a2a36968e0d0e9ff2666a60..7b57373f2ee9dab5d1a3dc1b677c274f18bf607c 100644 (file)
@@ -20,6 +20,7 @@ MathCursorPos::MathCursorPos(MathInset * p)
 }
 
 
+
 MathArray & MathCursorPos::cell(MathArray::idx_type idx) const
 {
        lyx::Assert(par_);