aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-05 09:26:45 +0200
committerMax Kellermann <max@duempel.org>2014-04-05 09:26:45 +0200
commit5360c0c5881df3cd3cfc559a4dd6bd7295242dac (patch)
treefe910c5860e9a87eb791ab93d443845c60257f6a /src
parent74a05a7f53878c70d10326d60d75e39fd93d944c (diff)
downloadmpd-5360c0c5881df3cd3cfc559a4dd6bd7295242dac.tar.gz
mpd-5360c0c5881df3cd3cfc559a4dd6bd7295242dac.tar.xz
mpd-5360c0c5881df3cd3cfc559a4dd6bd7295242dac.zip
IOThread: make io_thread_get() "const"
Diffstat (limited to 'src')
-rw-r--r--src/IOThread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IOThread.hxx b/src/IOThread.hxx
index cf78e66cf..f6f5dffec 100644
--- a/src/IOThread.hxx
+++ b/src/IOThread.hxx
@@ -49,7 +49,7 @@ io_thread_quit(void);
void
io_thread_deinit(void);
-gcc_pure
+gcc_const
EventLoop &
io_thread_get();