Use Bro-style platform-independent integer types.

This commit is contained in:
Matthias Vallentin 2013-08-16 13:29:52 -07:00
parent f5655bd2fe
commit 516e044e34
6 changed files with 9 additions and 9 deletions

View file

@ -153,7 +153,7 @@ CounterVector operator|(const CounterVector& x, const CounterVector& y)
}
uint64_t CounterVector::Hash() const
uint64 CounterVector::Hash() const
{
return bits->Hash();
}