diff options
| author | 0xf00sec <159052166+0xf00sec@users.noreply.github.com> | 2025-08-10 14:09:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 14:09:10 +0000 |
| commit | 06bc8838d5cdd89104412e68d36d6f3f081cb150 (patch) | |
| tree | 68d71892e976b53d2ac334521e3419240d9d4b65 /dev/misc | |
| parent | c896d07fec6d949328a4ef09a80c47fe6f682e67 (diff) | |
| parent | 4fad178e1d45dc3beab4ddc8d5658094aef661cf (diff) | |
Merge branch 'dev' into 0xf00sec-patch-3
Diffstat (limited to 'dev/misc')
| -rw-r--r-- | dev/misc/BenchKit/X64Chrono.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/misc/BenchKit/X64Chrono.h b/dev/misc/BenchKit/X64Chrono.h index ac92ebb1..728e7d60 100644 --- a/dev/misc/BenchKit/X64Chrono.h +++ b/dev/misc/BenchKit/X64Chrono.h @@ -33,7 +33,7 @@ class X64Chrono BENCHKIT_INTERFACE { X64Chrono() = default; ~X64Chrono() override = default; - NE_COPY_DEFAULT(X64Chrono); + NE_COPY_DEFAULT(X64Chrono) public: Void Start() override { fStart = X64ChronoTraits::TickImpl_(); } |
