]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
* lyx_1_6.py:
[lyx.git] / src / LyXAction.h
index 42d38c602adab73fbd9ab1faf766874f4898eeab..6f952d54e98a4c8ff8b1ca9a855acd8b6fc49e1c 100644 (file)
 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;