X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncRequest.h;h=2f25d0ade3b899420c191e3994924b73199122b3;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=7fd3e1222f290cfaa143594361eb95724212be3c;hpb=a37feaf8967cdb47908d2b6b75a80fa77cfe8378;p=lyx.git diff --git a/src/FuncRequest.h b/src/FuncRequest.h index 7fd3e1222f..2f25d0ade3 100644 --- a/src/FuncRequest.h +++ b/src/FuncRequest.h @@ -21,6 +21,8 @@ namespace lyx { +class LyXErr; + /** * This class encapsulates a LyX action and its argument * in order to pass it around easily. @@ -35,6 +37,7 @@ public: TOOLBAR, // A toolbar icon KEYBOARD, // a keyboard binding COMMANDBUFFER, + LYXSERVER, TOC }; @@ -107,6 +110,8 @@ bool operator==(FuncRequest const & lhs, FuncRequest const & rhs); std::ostream & operator<<(std::ostream &, FuncRequest const &); +LyXErr & operator<<(LyXErr &, FuncRequest const &); + } // namespace lyx