diff options
Diffstat (limited to 'include/Action.h')
-rw-r--r-- | include/Action.h | 2 |
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 |