From b170dc2b10df0e66acc5bc0bb89ba2c68a755f12 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 17 Mar 2011 22:04:17 +0200 Subject: mutexes fix --- core/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/globals.h') 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 event_handlers; extern boost::mutex event_handlers_mutex; extern std::list plugins; +extern boost::mutex plugin_list_mutex; #endif \ No newline at end of file -- cgit v1.2.3