blob: 0a7a0811d679befeecf0b4bf876c7b21b7600da0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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);
|