summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/GUIDWizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source/GUIDWizard.cxx')
-rw-r--r--Private/Source/GUIDWizard.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/GUIDWizard.cxx b/Private/Source/GUIDWizard.cxx
index 8befb071..90903979 100644
--- a/Private/Source/GUIDWizard.cxx
+++ b/Private/Source/GUIDWizard.cxx
@@ -17,7 +17,7 @@
// @brief Size of UUID.
#define kUUIDSize 37
-namespace HCore::XRN::Version1 {
+namespace NewOS::XRN::Version1 {
auto make_sequence(const ArrayList<UShort>& uuidSeq) -> Ref<GUIDSequence*> {
GUIDSequence* seq = new GUIDSequence();
MUST_PASS(seq);
@@ -55,4 +55,4 @@ auto try_guid_to_string(Ref<GUIDSequence*>& seq) -> ErrorOr<Ref<StringView>> {
return ErrorOr<Ref<StringView>>{-1};
}
-} // namespace HCore::XRN::Version1
+} // namespace NewOS::XRN::Version1