]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Prepare for mutlicolumn lines
[lyx.git] / src / mathed / MacroTable.h
index 3bd04ea917a54ccef6469b28e4c8271293ebf825..030e6f74caf43e90620d81e06bf8817a7388bfd4 100644 (file)
@@ -69,6 +69,8 @@ public:
        char const * MathMLtype() const;
        ///
        void setSymbol(latexkeys const * sym) { sym_ = sym; }
+       ///
+       DocIterator const & pos() { return pos_; }
 
        /// lock while being drawn to avoid recursions
        int lock() const { return ++lockCount_; }