note about thread safety

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@66 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-10-31 15:54:55 +00:00
parent fe27f2b770
commit 2ba7267db5
+1
View File
@@ -29,6 +29,7 @@ DECLARE_TYPEOF_COLLECTION(String);
void handle_error(const String& e, bool allow_duplicate = true, bool now = true) {
// Check duplicates
// TODO: thread safety
if (!allow_duplicate) {
FOR_EACH(pe, previous_errors) {
if (e == pe) return;