RecentEntries: Remove Packet template arg.

This commit is contained in:
Jared Boone 2016-09-03 16:38:44 -07:00
parent 4d781df76c
commit 42d98c3b45
7 changed files with 14 additions and 14 deletions

View file

@ -72,7 +72,7 @@ struct TPMSRecentEntry {
void update(const tpms::Reading& reading);
};
using TPMSRecentEntries = RecentEntries<tpms::Reading, TPMSRecentEntry>;
using TPMSRecentEntries = RecentEntries<TPMSRecentEntry>;
class TPMSLogger {
public: