diff options
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); + |