X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCode.h;h=33d3a4be0af02635a4047fa768805931e0e83c3b;hb=12c7e7dde3851ad894380fd42ba741dd3d0cbcc7;hp=841ae0d0c7b23dc3f72ba9f000ea6cd2c2a7a6bf;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/insets/InsetCode.h b/src/insets/InsetCode.h index 841ae0d0c7..33d3a4be0a 100644 --- a/src/insets/InsetCode.h +++ b/src/insets/InsetCode.h @@ -83,7 +83,7 @@ enum InsetCode { /// INDEX_PRINT_CODE, /// - OPTARG_CODE, + ARG_CODE, /// CELL_CODE, /// @@ -218,6 +218,14 @@ enum InsetCode { MATH_XYMATRIX_CODE, /// MATH_MACRO_CODE, + /// + ARGUMENT_PROXY_CODE, // 100 + /// + PREVIEW_CODE, + /// + MATH_DIAGRAM_CODE, + /// + INSET_CODE_SIZE, }; } // namespace lyx