Rename AISView::log to on_packet.

This commit is contained in:
Jared Boone
2015-12-05 14:22:35 -08:00
parent 64b9bfa35f
commit 1c191bcd4f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -152,8 +152,8 @@ private:
};
std::list<RecentEntry> recent;
void on_packet(const baseband::ais::Packet& packet);
void log(const baseband::ais::Packet& packet);
};
} /* namespace ui */