diff options
author | Chris Apers | 2006-10-28 14:40:43 +0000 |
---|---|---|
committer | Chris Apers | 2006-10-28 14:40:43 +0000 |
commit | 8ad806535a4a57ba9e920f9b79c9a7a16289cb8c (patch) | |
tree | 3415ef6ae5bb06f9a3170bf359a34e9363f14dff | |
parent | 2457d0b495b29d8cf5a9be5149309fbfb5cefd94 (diff) | |
download | scummvm-rg350-8ad806535a4a57ba9e920f9b79c9a7a16289cb8c.tar.gz scummvm-rg350-8ad806535a4a57ba9e920f9b79c9a7a16289cb8c.tar.bz2 scummvm-rg350-8ad806535a4a57ba9e920f9b79c9a7a16289cb8c.zip |
Not required anymore
svn-id: r24561
-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) {} |