]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCode.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetCode.h
index 714d478ba62983a2b5d1128cd2ba244429044a95..33d3a4be0af02635a4047fa768805931e0e83c3b 100644 (file)
@@ -83,7 +83,7 @@ enum InsetCode {
        ///
        INDEX_PRINT_CODE,
        ///
-       OPTARG_CODE,
+       ARG_CODE,
        ///
        CELL_CODE,
        ///
@@ -223,6 +223,8 @@ enum InsetCode {
        ///
        PREVIEW_CODE,
        ///
+       MATH_DIAGRAM_CODE, 
+       ///
        INSET_CODE_SIZE,
 };