X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=4411b16269cac11da73ca67dd286ac563787e4bc;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=f5766e23c93fdbefea3121dc7a0f1736250957df;hpb=8d88a0b2c93078db11f20e65c8695d74f7ad705d;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index f5766e23c9..4411b16269 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -20,6 +20,9 @@ #include #include + +namespace lyx { + class FuncRequest; /** @@ -51,7 +54,8 @@ public: ReadOnly = 1, //< can be used in RO mode (perhaps this should change) NoBuffer = 2, //< Can be used when there is no document open Argument = 4, //< Requires argument - NoUpdate = 8 //< Does not (usually) require update + NoUpdate = 8, //< Does not (usually) require update + SingleParUpdate = 16 //< Usually only requires this par updated }; LyXAction(); @@ -102,4 +106,7 @@ private: /// singleton instance extern LyXAction lyxaction; + +} // namespace lyx + #endif // LYXACTION_H