Skip to content

Commit 392b5df

Browse files
authored
fix: always inline with inline keyword (#233)
1 parent 0a9994f commit 392b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecsact/runtime/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#ifdef _MSC_VER
3131
# define ECSACT_ALWAYS_INLINE __forceinline
3232
#else
33-
# define ECSACT_ALWAYS_INLINE __attribute__((always_inline))
33+
# define ECSACT_ALWAYS_INLINE inline __attribute__((always_inline))
3434
#endif
3535

3636
ECSACT_TYPED_ID(ecsact_package_id);

0 commit comments

Comments
 (0)