summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-ai')
-rw-r--r--x11/kdelibs3/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-ai b/x11/kdelibs3/patches/patch-ai
new file mode 100644
index 00000000000..e4b2c0528c5
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.6 2006/02/26 11:46:41 markd Exp $
+
+--- khtml/html/html_formimpl.cpp.orig 2006-01-20 19:53:03.000000000 +1300
++++ khtml/html/html_formimpl.cpp
+@@ -2303,7 +2303,7 @@ void HTMLSelectElementImpl::recalcListIt
+ NodeImpl* const parent = current->parentNode();
+ current = current->nextSibling();
+ if (!current) {
+- if (parent != this)
++ if (static_cast<const NodeImpl *>(parent) != this)
+ current = parent->nextSibling();
+ }
+ }