X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMacroTable.h;h=bc445d43974fef7f7314160a5a8f1f43ad2d4dd3;hb=a48581f48c93b3981ffd3e058f57e3ed95b53641;hp=030e6f74caf43e90620d81e06bf8817a7388bfd4;hpb=f3b03699efd7eb644281074edaa92725ed8ccdea;p=lyx.git diff --git a/src/mathed/MacroTable.h b/src/mathed/MacroTable.h index 030e6f74ca..bc445d4397 100644 --- a/src/mathed/MacroTable.h +++ b/src/mathed/MacroTable.h @@ -68,6 +68,8 @@ public: /// char const * MathMLtype() const; /// + latexkeys const * symbol() const { return sym_; } + /// void setSymbol(latexkeys const * sym) { sym_ = sym; } /// DocIterator const & pos() { return pos_; }