summaryrefslogtreecommitdiff
path: root/audio/muse/patches/patch-ah
blob: 91bc61a60582b469b310eb728cf96be316c5bd33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2007/10/17 21:46:13 rillig Exp $

--- src/linklist.h.orig	2004-02-13 16:58:16.000000000 +0000
+++ src/linklist.h	2007-10-17 21:44:34.000000000 +0000
@@ -44,7 +44,7 @@ class Linklist {
   bool movedown(int pos);
   bool moveto(int num, int pos);
   Entry *pick(int pos);  
-  Entry *Linklist::selected();
+  Entry *selected();
 
   Entry *operator[](int pos) { return pick(pos); };