diff --git a/src/DebugServers/GdbRsp/ResponsePackets/OkResponsePacket.hpp b/src/DebugServers/GdbRsp/ResponsePackets/OkResponsePacket.hpp index a2335387..6288656e 100644 --- a/src/DebugServers/GdbRsp/ResponsePackets/OkResponsePacket.hpp +++ b/src/DebugServers/GdbRsp/ResponsePackets/OkResponsePacket.hpp @@ -10,7 +10,7 @@ namespace Bloom::DebugServers::Gdb::ResponsePackets class OkResponsePacket: public ResponsePacket { public: - Ok() = default; + OkResponsePacket() = default; [[nodiscard]] std::vector getData() const override { return {'O', 'K'};