X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FMacroTable.h;h=bc445d43974fef7f7314160a5a8f1f43ad2d4dd3;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=3bd04ea917a54ccef6469b28e4c8271293ebf825;hpb=24d011117fb9646e5817b0e703aef781715a6352;p=lyx.git diff --git a/src/mathed/MacroTable.h b/src/mathed/MacroTable.h index 3bd04ea917..bc445d4397 100644 --- a/src/mathed/MacroTable.h +++ b/src/mathed/MacroTable.h @@ -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_; }