summaryrefslogtreecommitdiff
path: root/include/Action.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-13 18:18:48 -0800
committerPixel <pixel@nobis-crew.org>2009-11-13 18:18:48 -0800
commit0ab87296f3626007ad27fd1a59cf9abff6e9482b (patch)
tree7e08f16a3944894c41c1d21796d9ce76d27bf503 /include/Action.h
parentd44a0ff2b5549084e1e7e7a2bcb8865049197268 (diff)
BigClean: adding a round of thread netsafes.
Diffstat (limited to 'include/Action.h')
-rw-r--r--include/Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Action.h b/include/Action.h
index ad71566..2d0e3c0 100644
--- a/include/Action.h
+++ b/include/Action.h
@@ -77,7 +77,7 @@ class Action : public Base {
String URL;
bool hastoclean, accessed;
HtmlSkinner * skin;
- iLock lock;
+ static iLock lock;
};
#endif