aboutsummaryrefslogtreecommitdiff
path: root/src/InotifyQueue.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 09:40:37 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 10:02:26 +0100
commit28f3e190c8b13771a7fa37ee0a9c0833e792f35c (patch)
treececbd90221bafffc96e72a243a1f531eda0ec848 /src/InotifyQueue.hxx
parentc4090b670d4a1fdb2b5d18e30764d50827838ee1 (diff)
InotifyQueue: use std::deque instead of GSList
Diffstat (limited to 'src/InotifyQueue.hxx')
-rw-r--r--src/InotifyQueue.hxx2
1 files changed, 1 insertions, 1 deletions
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