diff --git a/Include/Aurora/Debug/MemoryCrunch.hpp b/Include/Aurora/Debug/MemoryCrunch.hpp index c486e445..640606b4 100644 --- a/Include/Aurora/Debug/MemoryCrunch.hpp +++ b/Include/Aurora/Debug/MemoryCrunch.hpp @@ -2,7 +2,7 @@ Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: MemoryCrunch.hpp - Date: 2021-6-9 - 2023-10-08 + Date: 2021-6-9 - 2023-08-10 Author: Reece ***/ #pragma once diff --git a/Include/Aurora/IO/IAsyncTransaction.hpp b/Include/Aurora/IO/IAsyncTransaction.hpp index 1a29ee1e..545739be 100644 --- a/Include/Aurora/IO/IAsyncTransaction.hpp +++ b/Include/Aurora/IO/IAsyncTransaction.hpp @@ -20,7 +20,6 @@ namespace Aurora::IO * @warning this object is bound by the current thread at time of creation. * Do not access this object across threads as there is no MT guarantee on this particular object * Using the synchronization primitives, loop or authreading, is fine. - */ struct IAsyncTransaction {