From 5360c0c5881df3cd3cfc559a4dd6bd7295242dac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 5 Apr 2014 09:26:45 +0200 Subject: IOThread: make io_thread_get() "const" --- src/IOThread.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3