Corrected name conflict in DebugSession

This commit is contained in:
Nav
2022-03-25 00:16:30 +00:00
parent 59c7580644
commit 013c3072c0

View File

@@ -4,8 +4,6 @@
namespace Bloom::DebugServers::Gdb
{
using Bloom::Targets::TargetDescriptor;
DebugSession::DebugSession(const Connection& connection, const TargetDescriptor& targetDescriptor)
: connection(connection)
, targetDescriptor(targetDescriptor)