summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit/Function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewKit/Function.hpp')
-rw-r--r--Private/NewKit/Function.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewKit/Function.hpp b/Private/NewKit/Function.hpp
index 772755e1..3addc636 100644
--- a/Private/NewKit/Function.hpp
+++ b/Private/NewKit/Function.hpp
@@ -3,7 +3,7 @@
#include <NewKit/Defines.hpp>
-namespace hCore
+namespace HCore
{
template <typename T, typename... Args>
class Function final
@@ -44,6 +44,6 @@ namespace hCore
T (*m_Fn)(Args... args);
};
-} // namespace hCore
+} // namespace HCore
#endif // !_INC_FUNCTION_HPP__