diff options
author | Max Kellermann <max@duempel.org> | 2014-04-05 09:26:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-05 09:26:45 +0200 |
commit | 5360c0c5881df3cd3cfc559a4dd6bd7295242dac (patch) | |
tree | fe910c5860e9a87eb791ab93d443845c60257f6a /src | |
parent | 74a05a7f53878c70d10326d60d75e39fd93d944c (diff) | |
download | mpd-5360c0c5881df3cd3cfc559a4dd6bd7295242dac.tar.gz mpd-5360c0c5881df3cd3cfc559a4dd6bd7295242dac.tar.xz mpd-5360c0c5881df3cd3cfc559a4dd6bd7295242dac.zip |
IOThread: make io_thread_get() "const"
Diffstat (limited to '')
-rw-r--r-- | src/IOThread.hxx | 2 |
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(); |