fixed name of value

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-07-27 18:52:40 +08:00
parent c39eea296f
commit 2f1200b8d5

View File

@ -26,7 +26,7 @@ namespace hgl
virtual bool OnBOM(const ByteOrderMask &){return true;} ///<读取到BOM头的回调函数 virtual bool OnBOM(const ByteOrderMask &){return true;} ///<读取到BOM头的回调函数
virtual bool OnLine(const T *text,const int line){return true;} virtual bool OnLine(const T *text,const int len){return true;}
/** /**
* *
@ -110,9 +110,5 @@ namespace hgl
*/ */
virtual int Run(); virtual int Run();
};//class TextInputStream };//class TextInputStream
/**
*
*/
}//namespace io }//namespace io
}//namespace hgl }//namespace hgl