From 28f3e190c8b13771a7fa37ee0a9c0833e792f35c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 09:40:37 +0100 Subject: InotifyQueue: use std::deque instead of GSList --- src/InotifyQueue.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InotifyQueue.hxx') diff --git a/src/InotifyQueue.hxx b/src/InotifyQueue.hxx index 0c4863ab..158a5dbb 100644 --- a/src/InotifyQueue.hxx +++ b/src/InotifyQueue.hxx @@ -27,6 +27,6 @@ void mpd_inotify_queue_finish(void); void -mpd_inotify_enqueue(char *uri_utf8); +mpd_inotify_enqueue(const char *uri_utf8); #endif -- cgit v1.2.3