diff options
Diffstat (limited to 'gi/pyp-topics/src/contexts_lexer.h')
-rw-r--r-- | gi/pyp-topics/src/contexts_lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/contexts_lexer.h b/gi/pyp-topics/src/contexts_lexer.h index f9a1b21c..1b79c6fd 100644 --- a/gi/pyp-topics/src/contexts_lexer.h +++ b/gi/pyp-topics/src/contexts_lexer.h @@ -12,7 +12,7 @@ struct ContextsLexer { struct PhraseContextsType { std::string phrase; std::vector<Context> contexts; - std::vector<int> counts; + std::vector< std::pair<int,int> > counts; }; typedef void (*ContextsCallback)(const PhraseContextsType& new_contexts, void* extra); |