fix a little bug in QuerySegment.hpp

This commit is contained in:
aholic 2013-12-17 01:07:10 +08:00
parent 218480aac1
commit 072045979f

View File

@ -31,6 +31,7 @@ namespace CppJieba
if (_getInitFlag())
{
LogError("inited.");
return false;
}
if (!_mixSeg.init())
{