summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit/LockDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/KernelKit/LockDelegate.h')
-rw-r--r--dev/Kernel/KernelKit/LockDelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/KernelKit/LockDelegate.h b/dev/Kernel/KernelKit/LockDelegate.h
index 89daea60..a657caa0 100644
--- a/dev/Kernel/KernelKit/LockDelegate.h
+++ b/dev/Kernel/KernelKit/LockDelegate.h
@@ -9,7 +9,7 @@
#include <NewKit/Atom.h>
#include <NewKit/Defines.h>
-namespace Kernel
+namespace NeOS
{
enum
{
@@ -66,4 +66,4 @@ namespace Kernel
private:
Atom<UInt> fLockStatus;
};
-} // namespace Kernel
+} // namespace NeOS