Corrected name conflict in DebugSession
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
namespace Bloom::DebugServers::Gdb
|
||||
{
|
||||
using Bloom::Targets::TargetDescriptor;
|
||||
|
||||
DebugSession::DebugSession(const Connection& connection, const TargetDescriptor& targetDescriptor)
|
||||
: connection(connection)
|
||||
, targetDescriptor(targetDescriptor)
|
||||
|
||||
Reference in New Issue
Block a user