From ef3ab5850f064e073015e8916ddb2ff0e8391546 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 5 Jan 2023 20:59:04 -0600 Subject: [PATCH] chore(net): clean up function declarations --- src/net/grunt/Timer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/grunt/Timer.hpp b/src/net/grunt/Timer.hpp index 9a44e8d..b1420a2 100644 --- a/src/net/grunt/Timer.hpp +++ b/src/net/grunt/Timer.hpp @@ -30,7 +30,7 @@ class Grunt::Timer { // Member functions Timer(); - void Insert(Event&); + void Insert(Event& newEvent); uint32_t Pump(); };