Fix TC build, analysis warnings and triggering addon message hooks

This commit is contained in:
Rochet2
2015-01-06 12:43:53 +02:00
parent 6371728547
commit 5e7b0ee0f7
6 changed files with 28 additions and 28 deletions

View File

@@ -119,9 +119,9 @@ namespace ElunaUtil
/*
* Usage:
* Inherit this class, then when needing lock, use
* ReadGuard lock(_lock);
* ReadGuard guard(GetLock());
* or
* WriteGuard lock(_lock);
* WriteGuard guard(GetLock());
*
* The lock is automatically released at end of scope
*/