aboutsummaryrefslogtreecommitdiffstats
path: root/src/songvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/songvec.h')
-rw-r--r--src/songvec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/songvec.h b/src/songvec.h
index 341c404c7..0779552ae 100644
--- a/src/songvec.h
+++ b/src/songvec.h
@@ -19,7 +19,7 @@ void songvec_add(struct songvec *sv, struct mpd_song *add);
void songvec_destroy(struct songvec *sv);
-int songvec_for_each(struct songvec *sv,
+int songvec_for_each(const struct songvec *sv,
int (*fn)(struct mpd_song *, void *), void *arg);
#endif /* SONGVEC_H */