IOThread: make io_thread_get() "const"
This commit is contained in:
parent
74a05a7f53
commit
5360c0c588
|
@ -49,7 +49,7 @@ io_thread_quit(void);
|
|||
void
|
||||
io_thread_deinit(void);
|
||||
|
||||
gcc_pure
|
||||
gcc_const
|
||||
EventLoop &
|
||||
io_thread_get();
|
||||
|
||||
|
|
Loading…
Reference in New Issue