EventTrace: take size_t as a constructor argument instead of int

This commit is contained in:
Tim Wojtulewicz 2023-02-17 16:59:54 -07:00 committed by Tim Wojtulewicz
parent 718cced7cd
commit 8e078299eb
2 changed files with 2 additions and 2 deletions

View file

@ -308,7 +308,7 @@ public:
// Constructed in terms of the associated script function, "network
// time" when the event occurred, and the position of this event
// within all of those being traced.
EventTrace(const ScriptFunc* _ev, double _nt, int event_num);
EventTrace(const ScriptFunc* _ev, double _nt, size_t event_num);
// Sets a string representation of the arguments (values) being
// passed to the event.