Skip to content

Commit 71a591f

Browse files
committed
Fixed Linux compiler error...
1 parent 33aff86 commit 71a591f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/memory/memory_callback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using namespace DynamicHooks;
4242
// >> MACROS
4343
// ============================================================================
4444
#define GET_CALLBACK_CALLER(type) \
45-
GET_FUNCTION(type, CallbackCaller<type>, CCallback*, unsigned long, unsigned long)
45+
(void *) GET_FUNCTION(type, CallbackCaller<type>, CCallback*, unsigned long, unsigned long)
4646

4747

4848
// ============================================================================

0 commit comments

Comments
 (0)