RecentEntriesView: Extract header and table widget, package in to top-level View.

This commit is contained in:
Jared Boone 2016-09-05 12:09:29 -07:00
parent 50e2dfa0b9
commit 61f0d97c39
4 changed files with 97 additions and 43 deletions

View file

@ -186,7 +186,7 @@ void AISRecentEntry::update(const ais::Packet& packet) {
namespace ui {
template<>
void RecentEntriesView<AISRecentEntries>::draw(
void RecentEntriesTable<AISRecentEntries>::draw(
const Entry& entry,
const Rect& target_rect,
Painter& painter,