Improved naming consistency of aliases
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
|
||||
using Exceptions::Exception;
|
||||
|
||||
StepExecution::StepExecution(const RawPacketType& rawPacket)
|
||||
StepExecution::StepExecution(const RawPacket& rawPacket)
|
||||
: CommandPacket(rawPacket)
|
||||
{
|
||||
if (this->data.size() > 1) {
|
||||
|
||||
Reference in New Issue
Block a user