diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmlattributenode.cpp')
-rw-r--r-- | core/fxcrt/xml/cfx_xmlattributenode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/xml/cfx_xmlattributenode.cpp b/core/fxcrt/xml/cfx_xmlattributenode.cpp index 9c81efc109..9ea6756839 100644 --- a/core/fxcrt/xml/cfx_xmlattributenode.cpp +++ b/core/fxcrt/xml/cfx_xmlattributenode.cpp @@ -6,7 +6,7 @@ #include "core/fxcrt/xml/cfx_xmlattributenode.h" -#include "core/fxcrt/fx_ext.h" +#include "core/fxcrt/fx_extension.h" CFX_XMLAttributeNode::CFX_XMLAttributeNode(const CFX_WideString& name) : CFX_XMLNode(), name_(name) { |