Generalize RecentEntries find() method name.

This commit is contained in:
Jared Boone
2016-01-17 15:56:29 -08:00
parent fc7a7d753d
commit 5a864d8d44
2 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ public:
return entries.front();
}
ContainerType::const_iterator find_by_mmsi(const ais::MMSI key) const;
ContainerType::const_iterator find(const ais::MMSI key) const;
ContainerType::const_iterator begin() const {
return entries.begin();