From 8c620be47957c0dcfaec213876a9ac74c8f9d291 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Wed, 4 Sep 2024 01:02:05 -0400 Subject: [PATCH] Fixed compilation errors --- Nuake/src/UI/ImUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nuake/src/UI/ImUI.cpp b/Nuake/src/UI/ImUI.cpp index deaadcbf..cf58df2f 100644 --- a/Nuake/src/UI/ImUI.cpp +++ b/Nuake/src/UI/ImUI.cpp @@ -4,9 +4,9 @@ #include -using namespace Nuake +using namespace Nuake; -using namespace UI +using namespace UI; void BeginWindow(const std::string& name) {