summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/FileManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/FileManager.hpp')
-rw-r--r--Private/KernelKit/FileManager.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp
index 87de3d9e..1ce8d629 100644
--- a/Private/KernelKit/FileManager.hpp
+++ b/Private/KernelKit/FileManager.hpp
@@ -39,7 +39,7 @@
/// refer to first enum.
#define kFileOpsCount 4
-namespace HCore {
+namespace NewOS {
enum {
kFileWriteAll = 100,
kFileReadAll = 101,
@@ -244,6 +244,6 @@ FileStream<Encoding, Class>::FileStream(const Encoding *path,
template <typename Encoding, typename Class>
FileStream<Encoding, Class>::~FileStream() = default;
-} // namespace HCore
+} // namespace NewOS
-#define node_cast(PTR) reinterpret_cast<HCore::NodePtr>(PTR)
+#define node_cast(PTR) reinterpret_cast<NewOS::NodePtr>(PTR)