]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Account for old versions of Pygments
[lyx.git] / src / LyXAction.h
index 9191694372bb2667aa1bca219e5a1f2946b413a4..bf7bf35638e729f283afa80a142e512a1cd142f3 100644 (file)
@@ -21,6 +21,9 @@
 
 namespace lyx {
 
+// current LFUN format
+static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature
+
 class FuncRequest;
 class LyXErr;