summaryrefslogtreecommitdiff
path: root/utils/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tree.h')
-rw-r--r--utils/tree.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/tree.h b/utils/tree.h
index ac80f6c7..6c3406d6 100644
--- a/utils/tree.h
+++ b/utils/tree.h
@@ -52,12 +52,12 @@ struct STreeItem {
char *m_pszTerm;
std::vector<STreeItem *> m_vecChildren; // children items
- STreeItem *m_ptParent; // the parent item
+ STreeItem *m_ptParent; // the parent item
int m_iBegin;
- int m_iEnd; // the node span words[m_iBegin, m_iEnd]
- int m_iHeadChild; // the index of its head child
- int m_iHeadWord; // the index of its head word
+ int m_iEnd; // the node span words[m_iBegin, m_iEnd]
+ int m_iHeadChild; // the index of its head child
+ int m_iHeadWord; // the index of its head word
int m_iBrotherIndex; // the index in his brothers
};