From 9a3e9ae4965eb8d2cb93ee6c264a307d6f9ee14e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 17 Sep 2003 02:32:55 +0000 Subject: "" svn path=/trunk/; revision=979 --- externals/grill/flext/source/flsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index c2eaa18f..c4331df4 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -92,7 +92,7 @@ public: //! Free an aligned memory block static void FreeAligned(void *blk); //! Test for alignment - static bool IsAligned(void *ptr,int bitalign = 128) { return (reinterpret_cast(ptr)&(bitalign-1)) == 0; } + static bool IsAligned(void *ptr,int bitalign = 128) { return (reinterpret_cast(ptr)&(bitalign-1)) == 0; } //! @} FLEXT_S_MEMORY -- cgit v1.2.1