diff options
Diffstat (limited to 'src/pke-at-storage-sql.hpp')
| -rw-r--r-- | src/pke-at-storage-sql.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pke-at-storage-sql.hpp b/src/pke-at-storage-sql.hpp index 39c8ed8..e050929 100644 --- a/src/pke-at-storage-sql.hpp +++ b/src/pke-at-storage-sql.hpp @@ -12,8 +12,8 @@ struct pke_at_storage_sql : public pke_at_storage_interface { PASIR_DEL(setlist) const override; PASIR_GET(setlist, pke_at_setlist_details) const override; PASIR_UPS(setlist, pke_at_setlist_details) const override; - PASIR_DEL(setlist_song) const override; - PASIR_GET(setlist_song, pke_at_setlist_song_details) const override; + PASIRA_DEL(setlist_song, pk_uuid setlist_uuid, pk_uuid song_uuid) const override; + PASIRA_GET(setlist_song, pke_at_setlist_song_details, pk_uuid setlist_uuid, pk_uuid song_uuid) const override; PASIR_UPS(setlist_song, pke_at_setlist_song_details) const override; PASIR_DEL(song) const override; PASIR_GET(song, pke_at_song_details) const override; |
