X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncRequest.h;h=2f25d0ade3b899420c191e3994924b73199122b3;hb=ec84cbfb445413e51472845c3c1a2b5da930492f;hp=c65ce9eeb8f5a450c7a81993f222fc07c00edaa6;hpb=ab873c14a5cf3035a3903aa1c8a851f79e30734e;p=lyx.git diff --git a/src/FuncRequest.h b/src/FuncRequest.h index c65ce9eeb8..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. @@ -108,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