diff options
Diffstat (limited to 'Kernel/Sources/Variant.cxx')
| -rw-r--r-- | Kernel/Sources/Variant.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/Variant.cxx b/Kernel/Sources/Variant.cxx index fa74029d..7630f5db 100644 --- a/Kernel/Sources/Variant.cxx +++ b/Kernel/Sources/Variant.cxx @@ -6,7 +6,7 @@ #include <NewKit/Variant.hpp> -namespace NewOS +namespace Kernel { const Char* Variant::ToString() { @@ -21,4 +21,4 @@ namespace NewOS } } -} // namespace NewOS +} // namespace Kernel |
