Changed arg to const ref

This commit is contained in:
Ruakij 2021-11-22 21:30:14 +01:00
parent 4f1cb82f46
commit 69317e51f6

View File

@ -3,7 +3,7 @@
#include "../DTO/packet.hpp"
void packetHandler(Packet packet){
void packetHandler(const Packet &packet){
}