diff --git a/src/DebugServer/Gdb/ResponsePackets/EmptyResponsePacket.hpp b/src/DebugServer/Gdb/ResponsePackets/EmptyResponsePacket.hpp index da8f3e7f..f24b602e 100644 --- a/src/DebugServer/Gdb/ResponsePackets/EmptyResponsePacket.hpp +++ b/src/DebugServer/Gdb/ResponsePackets/EmptyResponsePacket.hpp @@ -11,7 +11,7 @@ namespace DebugServer::Gdb::ResponsePackets { public: EmptyResponsePacket() - : ResponsePacket(std::vector{0}) + : ResponsePacket(std::vector{}) {} }; }