chore(net): clean up function declarations

This commit is contained in:
fallenoak 2023-01-05 20:59:04 -06:00
parent 7a89560c14
commit ef3ab5850f
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -30,7 +30,7 @@ class Grunt::Timer {
// Member functions
Timer();
void Insert(Event&);
void Insert(Event& newEvent);
uint32_t Pump();
};