summaryrefslogtreecommitdiff
path: root/modules/mono/utils/thread_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/utils/thread_local.h')
-rw-r--r--modules/mono/utils/thread_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/utils/thread_local.h b/modules/mono/utils/thread_local.h
index d0c5df3c91..783e40dc01 100644
--- a/modules/mono/utils/thread_local.h
+++ b/modules/mono/utils/thread_local.h
@@ -76,7 +76,7 @@ struct ThreadLocalStorage {
void *get_value() const;
void set_value(void *p_value) const;
- void alloc(void _CALLBACK_FUNC_ (*p_dest_callback)(void *));
+ void alloc(void (_CALLBACK_FUNC_ *p_dest_callback)(void *));
void free();
private: