used GetFirstChar instead of GetBeginChar
This commit is contained in:
parent
c3addef6b7
commit
13b5a7347e
@ -45,7 +45,7 @@ namespace hgl
|
||||
|
||||
if(!ai)return(false);
|
||||
|
||||
ch=ai->right.GetBeginChar();
|
||||
ch=ai->right.GetFirstChar();
|
||||
return(true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user