diff options
Diffstat (limited to 'dev/kernel/KernelKit/LockDelegate.h')
| -rw-r--r-- | dev/kernel/KernelKit/LockDelegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/LockDelegate.h b/dev/kernel/KernelKit/LockDelegate.h index 28eff060..5143cf2b 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 NeOS +namespace Kernel { enum { @@ -68,4 +68,4 @@ namespace NeOS private: Atom<UInt> fLockStatus; }; -} // namespace NeOS +} // namespace Kernel |
