freebsd-ports/audio/lplayer/files/patch-src::songaccess.h
Pav Lucistnik 521e98088f - Update to 1.0
PR:		ports/79462
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-04-05 20:46:04 +00:00

10 lines
303 B
C

--- 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);