aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Apers2006-10-28 14:40:43 +0000
committerChris Apers2006-10-28 14:40:43 +0000
commit8ad806535a4a57ba9e920f9b79c9a7a16289cb8c (patch)
tree3415ef6ae5bb06f9a3170bf359a34e9363f14dff /common
parent2457d0b495b29d8cf5a9be5149309fbfb5cefd94 (diff)
downloadscummvm-rg350-8ad806535a4a57ba9e920f9b79c9a7a16289cb8c.tar.gz
scummvm-rg350-8ad806535a4a57ba9e920f9b79c9a7a16289cb8c.tar.bz2
scummvm-rg350-8ad806535a4a57ba9e920f9b79c9a7a16289cb8c.zip
Not required anymore
svn-id: r24561
Diffstat (limited to 'common')
-rw-r--r--common/list.h2
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) {}