diff options
Diffstat (limited to 'core/string_name.h')
-rw-r--r-- | core/string_name.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/string_name.h b/core/string_name.h index 0cf2f126aa..e68ab8bfa3 100644 --- a/core/string_name.h +++ b/core/string_name.h @@ -82,7 +82,7 @@ class StringName { friend void register_core_types(); friend void unregister_core_types(); - static Mutex lock; + static Mutex mutex; static void setup(); static void cleanup(); static bool configured; |