Corrected OkResponsePacket constructor name
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bloom::DebugServers::Gdb::ResponsePackets
|
|||||||
class OkResponsePacket: public ResponsePacket
|
class OkResponsePacket: public ResponsePacket
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Ok() = default;
|
OkResponsePacket() = default;
|
||||||
|
|
||||||
[[nodiscard]] std::vector<unsigned char> getData() const override {
|
[[nodiscard]] std::vector<unsigned char> getData() const override {
|
||||||
return {'O', 'K'};
|
return {'O', 'K'};
|
||||||
|
|||||||
Reference in New Issue
Block a user