summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit/GUIDWrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/CFKit/GUIDWrapper.hpp')
-rw-r--r--Private/CFKit/GUIDWrapper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/CFKit/GUIDWrapper.hpp b/Private/CFKit/GUIDWrapper.hpp
index c237985c..8a71c614 100644
--- a/Private/CFKit/GUIDWrapper.hpp
+++ b/Private/CFKit/GUIDWrapper.hpp
@@ -15,7 +15,7 @@
#define kXRNNil "@{........-....-M...-N...-............}"
// eXtensible Resource Information
-namespace HCore::XRN {
+namespace NewOS::XRN {
union GUIDSequence {
alignas(8) UShort u8[16];
alignas(8) UShort u16[8];
@@ -46,4 +46,4 @@ class GUID final {
private:
GUIDSequence m_UUID;
};
-} // namespace HCore::XRN
+} // namespace NewOS::XRN