removed "const" prefix in OnLine in CSVParse.h
This commit is contained in:
parent
c0990c52eb
commit
d789bc2423
@ -27,7 +27,7 @@ namespace hgl
|
||||
callback=pcb;
|
||||
}
|
||||
|
||||
bool OnLine(const T *text,const int length) override
|
||||
bool OnLine(T *text,const int length) override
|
||||
{
|
||||
if(!text||!*text||length<=0)
|
||||
return(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user