summaryrefslogtreecommitdiff
path: root/include/Action.h
diff options
context:
space:
mode:
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