minor change from UINT32 to UINT64

This commit is contained in:
Hieu Hoang 2013-12-29 23:14:08 +00:00
parent b3a712baa0
commit ad0eda5c18

View File

@ -46,7 +46,7 @@ public:
}
UINT64 AddVocabId(const std::string &str);
UINT64 GetVocabId(const std::string &str, bool &found) const;
const std::string &GetString(UINT32 vocabId) const {
const std::string &GetString(UINT64 vocabId) const {
return m_lookup[vocabId];
}