summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/src/GUIDWrapper.cc
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-25 21:08:49 +0200
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-25 21:08:49 +0200
commit0d0829659be019b3695795e1604d36591a3c3785 (patch)
tree12a9ffe10d493b7d0fe3b22a5222150e8d7eb5db /dev/zka/src/GUIDWrapper.cc
parent87b734fa4072223f144f90a5dfe2e562c5430c21 (diff)
Fixed bootloader makefile and moved CFKit into it's own namespace.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/src/GUIDWrapper.cc')
-rw-r--r--dev/zka/src/GUIDWrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/src/GUIDWrapper.cc b/dev/zka/src/GUIDWrapper.cc
index 53d983a1..9cb3c6fd 100644
--- a/dev/zka/src/GUIDWrapper.cc
+++ b/dev/zka/src/GUIDWrapper.cc
@@ -6,6 +6,6 @@
#include <CFKit/GUIDWrapper.h>
-namespace Kernel::XRN
+namespace CFKit::XRN
{
}