diff options
-rw-r--r-- | common/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list.h b/common/list.h index 057bae4342..31b9768271 100644 --- a/common/list.h +++ b/common/list.h @@ -55,7 +55,7 @@ public: friend class List<T>; NodeBase *_node; -#if !defined (PALMOS_MODE) && !defined (__WINSCW__) +#if !defined (__WINSCW__) explicit Iterator(NodeBase *node) : _node(node) {} #else Iterator(NodeBase *node) : _node(node) {} |