From 5a5297974b728195a5c5aaf1dcb494dc0f34d8eb Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 20 Jul 2017 13:23:24 +0100 Subject: Remove alignment macros --- src/OSSupport/CriticalSection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OSSupport/CriticalSection.h') diff --git a/src/OSSupport/CriticalSection.h b/src/OSSupport/CriticalSection.h index 917957aeb..f20d30e3d 100644 --- a/src/OSSupport/CriticalSection.h +++ b/src/OSSupport/CriticalSection.h @@ -45,7 +45,7 @@ private: std::thread::id m_OwningThreadID; std::recursive_mutex m_Mutex; -} ALIGN_8; +}; -- cgit v1.2.3