X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=30aeac03d7e7bae29c36309835748336432a4d01;hb=bf2bf2eaedadf39a6398db624c8b6c52099ca31d;hp=9191694372bb2667aa1bca219e5a1f2946b413a4;hpb=12cd531f66636ac4c9ba93f665409d0c335eacde;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index 9191694372..30aeac03d7 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -21,6 +21,9 @@ namespace lyx { +// current LFUN format +static unsigned int const LFUN_FORMAT = 5; // spitz: 2.4.x changes + class FuncRequest; class LyXErr; @@ -74,7 +77,7 @@ public: * Creates a FuncRequest from a string of the form: * lyx-function [argument] * where the argument is optional and "lyx-function" is in the form you'd - * enter it in the mini-buffer. + * enter it in the mini-buffer. */ FuncRequest lookupFunc(std::string const & func_name) const;