From 613cfebc0b2a2968260e5f9122d7b5e7ba3755c3 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 23 May 2023 16:38:43 +0200 Subject: c++: Renamed class and fixed namespace naming --- src/kelunit/time/second.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kelunit/time') diff --git a/src/kelunit/time/second.h b/src/kelunit/time/second.h index 07145ca..6dca456 100644 --- a/src/kelunit/time/second.h +++ b/src/kelunit/time/second.h @@ -2,7 +2,7 @@ #include "../unit.h" -namespace kelun { +namespace kel { namespace unit_type { struct second{ static constexpr std::string_view name = "second"; @@ -11,5 +11,5 @@ struct second{ } template -using second = unit>; +using second = unit>; } -- cgit v1.2.3