]> 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 c545feea75b623bfff2cc2487fff8ae58eac0a95..573a441812a832d517a3b52ce2b73c6000bdb78a 100644 (file)
@@ -446,6 +446,8 @@ enum FuncCode
        // 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
 };