mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 04:46:13 +00:00
Rename AISRecentEntries::find -> find_by_mmsi.
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
return entries.front();
|
||||
}
|
||||
|
||||
ContainerType::const_iterator find(const ais::MMSI key) const;
|
||||
ContainerType::const_iterator find_by_mmsi(const ais::MMSI key) const;
|
||||
|
||||
ContainerType::const_iterator begin() const {
|
||||
return entries.begin();
|
||||
|
||||
Reference in New Issue
Block a user