X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroTemplate.h;h=b0c301897761a0caeb9124c91270386b960875a9;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=366c654a03f560a8bb7fdcf381bfc59f0565884d;hpb=61145265fc977aba31b3c029ea19edbbea21e97b;p=lyx.git diff --git a/src/mathed/MathMacroTemplate.h b/src/mathed/MathMacroTemplate.h index 366c654a03..b0c3018977 100644 --- a/src/mathed/MathMacroTemplate.h +++ b/src/mathed/MathMacroTemplate.h @@ -103,6 +103,9 @@ public: void infoize(odocstream & os) const; /// std::string contextMenuName() const; + /// + void addToToc(DocIterator const & di, bool output_active, + UpdateType utype) const; protected: /// virtual void doDispatch(Cursor & cur, FuncRequest & cmd);