mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix bug about header file including protection
This commit is contained in:
parent
ea4d81cde7
commit
c70dcdd2a9
@ -1,3 +1,4 @@
|
|||||||
|
#ifndef CPPJIEAB_JIEBA_H
|
||||||
#define CPPJIEAB_JIEBA_H
|
#define CPPJIEAB_JIEBA_H
|
||||||
|
|
||||||
#include "QuerySegment.hpp"
|
#include "QuerySegment.hpp"
|
||||||
@ -65,6 +66,8 @@ class Jieba {
|
|||||||
QuerySegment query_seg_;
|
QuerySegment query_seg_;
|
||||||
LevelSegment level_seg_;
|
LevelSegment level_seg_;
|
||||||
|
|
||||||
}; // class
|
}; // class Jieba
|
||||||
|
|
||||||
} // namespace
|
} // namespace Jieba
|
||||||
|
|
||||||
|
#endif // CPPJIEAB_JIEBA_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user