Used RawPacketType alias
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
|
||||
using Exceptions::Exception;
|
||||
|
||||
RemoveBreakpoint::RemoveBreakpoint(const std::vector<unsigned char>& rawPacket)
|
||||
RemoveBreakpoint::RemoveBreakpoint(const RawPacketType& rawPacket)
|
||||
: CommandPacket(rawPacket)
|
||||
{
|
||||
if (this->data.size() < 6) {
|
||||
|
||||
Reference in New Issue
Block a user