]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Fix bug #6744: Crash when copying an inset from a deleted section.
[lyx.git] / src / FuncCode.h
index 20434e5ef4e99e1252a44cd3ddeee7ef98603d20..573a441812a832d517a3b52ce2b73c6000bdb78a 100644 (file)
@@ -445,6 +445,9 @@ enum FuncCode
        LFUN_SPELLING_IGNORE,           // spitz 20100118
        // 345
        LFUN_PREVIEW_INSERT,            // vfr, 20100328
+       LFUN_FORWARD_SEARCH,
+       LFUN_INSET_COPY_AS,             // vfr, 20100419
+       LFUN_BUFFER_TOGGLE_OUTPUT_SYNC,
 
        LFUN_LASTACTION                 // end of the table
 };