X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=6f952d54e98a4c8ff8b1ca9a855acd8b6fc49e1c;hb=24fe5b08c0e1dfb739738acb6fc995da7315d35f;hp=42d38c602adab73fbd9ab1faf766874f4898eeab;hpb=25d1e35ff51692b9cbe7f1f050725e2ad35e26c1;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index 42d38c602a..6f952d54e9 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -22,10 +22,11 @@ namespace lyx { class FuncRequest; +class LyXErr; /** * This class is a container for LyX actions. It associates a name to - * most of them and describes some of there properties. + * most of them and describes some of their properties. */ class LyXAction { public: @@ -117,6 +118,8 @@ private: info_map lyx_info_map; }; +LyXErr & operator<<(LyXErr &, FuncCode); + /// singleton instance extern LyXAction lyxaction;