diff --git a/src/xml/ElementParseKV.cpp b/src/xml/ElementParseKV.cpp index 49a578c..641fd0e 100644 --- a/src/xml/ElementParseKV.cpp +++ b/src/xml/ElementParseKV.cpp @@ -45,7 +45,7 @@ namespace hgl if(!ai)return(false); - ch=ai->right.GetBeginChar(); + ch=ai->right.GetFirstChar(); return(true); }