Correct CBaseIntHandle alignment

This commit is contained in:
GAMMACASE 2025-06-05 16:29:44 +03:00
parent 854cac5ec0
commit e2731b48a1

View File

@ -472,7 +472,7 @@ struct interval_t
// Typesafe 8-bit and 16-bit handles.
template< class HandleType >
class ALIGN8 CBaseIntHandle
class CBaseIntHandle
{
public: