diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmlnode.h')
-rw-r--r-- | core/fxcrt/xml/cfx_xmlnode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fxcrt/xml/cfx_xmlnode.h b/core/fxcrt/xml/cfx_xmlnode.h index c7dfbc8071..ec731eb62e 100644 --- a/core/fxcrt/xml/cfx_xmlnode.h +++ b/core/fxcrt/xml/cfx_xmlnode.h @@ -13,8 +13,7 @@ #include "core/fxcrt/retain_ptr.h" enum FX_XMLNODETYPE { - FX_XMLNODE_Unknown = 0, - FX_XMLNODE_Instruction, + FX_XMLNODE_Instruction = 0, FX_XMLNODE_Element, FX_XMLNODE_Text, FX_XMLNODE_CharData, |