mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
int -> size_t
This commit is contained in:
parent
6e148defba
commit
2979a617a9
@ -22,9 +22,9 @@ namespace Moses
|
||||
|
||||
class BilingualLMState : public FFState
|
||||
{
|
||||
int m_hash;
|
||||
size_t m_hash;
|
||||
public:
|
||||
BilingualLMState(int hash)
|
||||
BilingualLMState(size_t hash)
|
||||
:m_hash(hash)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user