mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
$NetBSD: patch-ab,v 1.3 2010/04/10 04:09:22 markd Exp $
|
|
|
|
--- src/kmplayerplaylist.cpp.orig 2010-04-06 08:40:08.000000000 +0000
|
|
+++ src/kmplayerplaylist.cpp
|
|
@@ -367,7 +367,7 @@ void TreeNode<Node>::appendChild (Node *
|
|
}
|
|
|
|
template <>
|
|
-KDE_NO_EXPORT void TreeNode<Node>::insertBefore (Node *c, Node *b) {
|
|
+void TreeNode<Node>::insertBefore (Node *c, Node *b) {
|
|
ASSERT (!c->parentNode ());
|
|
static_cast <Node *> (this)->document()->m_tree_version++;
|
|
insertBeforeImpl (c, b);
|