]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Small improvement for bug #7509 as suggested by JMarc
[lyx.git] / src / LyXAction.h
index 9191694372bb2667aa1bca219e5a1f2946b413a4..cbe59b95a9dab4cae397461e5ecb50dc041f30e5 100644 (file)
@@ -21,6 +21,9 @@
 
 namespace lyx {
 
+// current LFUN format
+static unsigned int const LFUN_FORMAT = 1;
+
 class FuncRequest;
 class LyXErr;