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