Move SCRIPT_CODE to the end to make sure the numbering is still correct.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36482 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-25 13:01:24 +00:00
parent 40b0f2f6b0
commit 8279da6e20

View File

@ -115,8 +115,6 @@ enum InsetCode {
///
PHANTOM_CODE,
///
SCRIPT_CODE,
///
MATH_AMSARRAY_CODE,
///
MATH_ARRAY_CODE,
@ -227,6 +225,8 @@ enum InsetCode {
///
MATH_DIAGRAM_CODE,
///
SCRIPT_CODE,
///
INSET_CODE_SIZE,
};