diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-13 18:13:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-13 18:13:52 +0000 |
commit | 38e17d36fc99c21a2a727e8a8f84cd4472196100 (patch) | |
tree | 818441b538d01204d91da720ae22d5952faf13c2 /audio/madman/files/patch-utility_refcnt_ptr.h | |
parent | - Don't link statically to libpng. (diff) |
Madman is an advanced digital music organizer. It can catalogue huge amounts
of digital music in different formats, including MP3 and Ogg Vorbis. It has
flexible querying, tagging, intelligent scoring, and more.
Author: Andreas Kloeckner <inducer@users.sf.net>
WWW: http://madman.sourceforge.net/
PR: ports/87301
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Notes
Notes:
svn path=/head/; revision=145287
Diffstat (limited to 'audio/madman/files/patch-utility_refcnt_ptr.h')
-rw-r--r-- | audio/madman/files/patch-utility_refcnt_ptr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/madman/files/patch-utility_refcnt_ptr.h b/audio/madman/files/patch-utility_refcnt_ptr.h new file mode 100644 index 000000000000..c8a7b54b993a --- /dev/null +++ b/audio/madman/files/patch-utility_refcnt_ptr.h @@ -0,0 +1,11 @@ +--- utility/refcnt_ptr.h.orig Wed Oct 12 01:20:34 2005 ++++ utility/refcnt_ptr.h Wed Oct 12 01:20:40 2005 +@@ -109,7 +109,7 @@ + refcnt_ptr(const refcnt_ptr<T2>& rhs) throw() + { + object = rhs.object; +- refcnt = rhs.refCnt; ++ refCnt = rhs.refCnt; + increaseCount(); + } + |