修正缺少const后缀的问题

This commit is contained in:
2020-06-13 02:57:57 +08:00
parent e979871971
commit bc89ebae56

View File

@@ -1086,7 +1086,7 @@ namespace hgl
return(-1);
}
int FindExcludeChar(const BaseString &ch){return FindExcludeChar(0,ch);}
int FindExcludeChar(const BaseString &ch)const{return FindExcludeChar(0,ch);}
/**
* 在整个字符串内,查找指定字符串