diff --git a/Source/Time/AuClocks.cpp b/Source/Time/AuClocks.cpp index 385b19e1..16786403 100644 --- a/Source/Time/AuClocks.cpp +++ b/Source/Time/AuClocks.cpp @@ -10,7 +10,7 @@ namespace Aurora::Time { -#define ADD_CLOCK(name, enum, Frequency, getNs, getMs) \ +#define ADD_CLOCK(name, enum, Frequency, getNs, getMs) \ struct name ## Clock_t : IClock \ { \ EClock GetType() override \ @@ -20,7 +20,7 @@ namespace Aurora::Time \ AuUInt64 GetHertz() override \ { \ - return Frequency(); \ + return Frequency(); \ } \ \ AuUInt64 NowNS() override \