mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix compiler warning
This commit is contained in:
parent
91b7f9af63
commit
53bc279dea
@ -5,8 +5,6 @@
|
||||
|
||||
namespace cppjieba {
|
||||
|
||||
struct DictTrie;
|
||||
|
||||
class SegmentTagged : public SegmentBase{
|
||||
public:
|
||||
SegmentTagged() {
|
||||
@ -16,7 +14,7 @@ class SegmentTagged : public SegmentBase{
|
||||
|
||||
virtual bool Tag(const string& src, vector<pair<string, string> >& res) const = 0;
|
||||
|
||||
virtual const struct DictTrie* GetDictTrie() const = 0;
|
||||
virtual const DictTrie* GetDictTrie() const = 0;
|
||||
|
||||
}; // class SegmentTagged
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user