summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/NewKit/Function.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/NewKit/Function.h')
-rw-r--r--dev/kernel/NewKit/Function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/NewKit/Function.h b/dev/kernel/NewKit/Function.h
index d25c06c1..9fa218af 100644
--- a/dev/kernel/NewKit/Function.h
+++ b/dev/kernel/NewKit/Function.h
@@ -3,7 +3,7 @@
#include <NewKit/Defines.h>
-namespace NeOS
+namespace Kernel
{
template <typename T, typename... Args>
class Function final
@@ -48,6 +48,6 @@ namespace NeOS
T(*fFn)
(Args... args);
};
-} // namespace NeOS
+} // namespace Kernel
#endif // !_INC_FUNCTION_H__