]> 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 38ed7718af48997493e456cb5275303f39b68ff2..33d3a4be0af02635a4047fa768805931e0e83c3b 100644 (file)
@@ -83,7 +83,7 @@ enum InsetCode {
        ///
        INDEX_PRINT_CODE,
        ///
-       OPTARG_CODE,
+       ARG_CODE,
        ///
        CELL_CODE,
        ///
@@ -220,6 +220,12 @@ enum InsetCode {
        MATH_MACRO_CODE,
        ///
        ARGUMENT_PROXY_CODE, // 100
+       ///
+       PREVIEW_CODE,
+       ///
+       MATH_DIAGRAM_CODE, 
+       ///
+       INSET_CODE_SIZE,
 };
 
 } // namespace lyx