diff options
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers/SourceLocation.h')
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/SourceLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h index 6cfddae2..39fdafbb 100644 --- a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h +++ b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h @@ -15,7 +15,7 @@ class KTSourceLocation; /// ================================================================================ class KTSourceLocation final CF_OBJECT { public: - KTSourceLocation() = delete; + KTSourceLocation() = delete; ~KTSourceLocation() override = default; LIBSYS_COPY_DELETE(KTSourceLocation); |
