diff options
Diffstat (limited to 'core/globals.h')
-rw-r--r-- | core/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/globals.h b/core/globals.h index 2700403..a363bb8 100644 --- a/core/globals.h +++ b/core/globals.h @@ -26,4 +26,5 @@ extern std::list<evt_handler*> event_handlers; extern boost::mutex event_handlers_mutex; extern std::list<plugin*> plugins; +extern boost::mutex plugin_list_mutex; #endif
\ No newline at end of file |