diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 20:46:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 20:46:04 +0000 |
commit | 521e98088fcd52eeb71dbbb13a9afd1bc54f436d (patch) | |
tree | a497b2b14da3667b1be97a7368f0f0aa49b512d8 /audio/lplayer/files/patch-src::songaccess.h | |
parent | Add fpdf 1.53, a free PHP class to generate PDF files with pure PHP. (diff) |
- Update to 1.0
PR: ports/79462
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=132590
Diffstat (limited to 'audio/lplayer/files/patch-src::songaccess.h')
-rw-r--r-- | audio/lplayer/files/patch-src::songaccess.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/lplayer/files/patch-src::songaccess.h b/audio/lplayer/files/patch-src::songaccess.h new file mode 100644 index 000000000000..0a7a0811d679 --- /dev/null +++ b/audio/lplayer/files/patch-src::songaccess.h @@ -0,0 +1,10 @@ +--- src/songaccess.h.orig Mon Jan 17 00:08:56 2005 ++++ src/songaccess.h Thu Mar 31 19:52:57 2005 +@@ -58,7 +58,6 @@ + void store(Song song); + void remove(string key); + +- using LPDatabaseReader::retrieve; //unhide retrieve(song) + /** looks up the song in the database */ + Song retrieve(string key); + |