Recursive mutex in configfile.

This commit is contained in:
lotodore
2007-09-30 13:08:24 +00:00
parent 81b31c1aca
commit c33bf3a3d6
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ public:
private:
mutable boost::mutex m_configMutex;
mutable boost::recursive_mutex m_configMutex;
struct ConfigInfo
{