Fix UID compiler warning/error & missed baselines.

This commit is contained in:
Jon Siwek 2013-08-26 16:11:20 -05:00
parent d31b59a5d0
commit 50dbbab52c
5 changed files with 86 additions and 84 deletions

View file

@ -80,6 +80,8 @@ private:
std::vector<uint64> uid;
};
bool operator==(const UID& u1, const UID& u2);
} // namespace Bro
#endif