diff --git a/inc/hgl/type/StrChar.h b/inc/hgl/type/StrChar.h index 930ca2c..2f57f88 100644 --- a/inc/hgl/type/StrChar.h +++ b/inc/hgl/type/StrChar.h @@ -2601,7 +2601,7 @@ namespace hgl template void ParseHexStr(HC &hc,const T *str) { - ParseHexStr((uint8 *)&hc,(const uint8 *)str,sizeof(HC)); + ParseHexStr((uint8 *)&hc,str,sizeof(HC)); } /**