From 0a9e00aad94ad6e11432d26500763aa57e95d484 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 25 Mar 2022 00:03:35 +0000 Subject: [PATCH] Corrected broken namespace (regression of renaming) --- src/Application.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hpp b/src/Application.hpp index 8cf5bb59..a6217c5c 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -50,7 +50,7 @@ namespace Bloom { "avr-gdb-rsp", [this] () -> std::unique_ptr { - return std::make_unique( + return std::make_unique( this->projectConfig.value(), this->environmentConfig.value(), this->debugServerConfig.value()