]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Account for old versions of Pygments
[lyx.git] / src / mathed / MacroTable.h
index 3bd04ea917a54ccef6469b28e4c8271293ebf825..bc445d43974fef7f7314160a5a8f1f43ad2d4dd3 100644 (file)
@@ -68,7 +68,11 @@ public:
        ///
        char const * MathMLtype() const;
        ///
+       latexkeys const * symbol() const { return sym_; }
+       ///
        void setSymbol(latexkeys const * sym) { sym_ = sym; }
+       ///
+       DocIterator const & pos() { return pos_; }
 
        /// lock while being drawn to avoid recursions
        int lock() const { return ++lockCount_; }