aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/PsMutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'PxShared/src/foundation/include/PsMutex.h')
-rw-r--r--PxShared/src/foundation/include/PsMutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PxShared/src/foundation/include/PsMutex.h b/PxShared/src/foundation/include/PsMutex.h
index 7c93796..23033d0 100644
--- a/PxShared/src/foundation/include/PsMutex.h
+++ b/PxShared/src/foundation/include/PsMutex.h
@@ -82,7 +82,7 @@ class PX_FOUNDATION_API MutexImpl
/**
Size of this class.
*/
- static const uint32_t& getSize();
+ static uint32_t getSize();
};
template <typename Alloc = ReflectionAllocator<MutexImpl> >