]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Actually do the layout update
[lyx.git] / src / FuncCode.h
index 956a3a4890c4fa1cf953ee88003edec879f541d2..aaa88f246673adda01dd89d5dbc9ade1c4417e26 100644 (file)
@@ -504,6 +504,8 @@ enum FuncCode
        LFUN_INDEXMACRO_INSERT,         // spitz 20220220
        LFUN_INSET_INSERT_COPY,         // spitz 20221101
        LFUN_INDEX_TAG_ALL,             // spitz 20221105
+       LFUN_TAB_GROUP_NEXT,            // daniel 20220130
+       LFUN_TAB_GROUP_PREVIOUS,        // daniel 20220130
        // 395
        LFUN_LASTACTION                 // end of the table
 };