X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiToolbars.h;h=29ec7b309223a8285f4ea2c426980ec10e875803;hb=dd3842505b22a768c9b3f71d7e675f9c06381699;hp=c7ffc66eaa7fe3d7c735ac4446ea1281bf9951d0;hpb=ba3fa9bd039799f25e67bee7c6c0c6ff4bdf35de;p=lyx.git diff --git a/src/frontends/qt4/GuiToolbars.h b/src/frontends/qt4/GuiToolbars.h index c7ffc66eaa..29ec7b3092 100644 --- a/src/frontends/qt4/GuiToolbars.h +++ b/src/frontends/qt4/GuiToolbars.h @@ -50,7 +50,8 @@ public: void toggleToolbarState(std::string const & name, bool allowauto); /// Update the state of the toolbars. - void update(bool in_math, bool in_table, bool review); + void update(bool in_math, bool in_table, bool review, + bool in_mathmacrotemplate); /// Is the Toolbar currently visible? bool visible(std::string const & name) const;