mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 05:32:54 +00:00
Generalize RecentEntries find() method name.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user