diff options
Diffstat (limited to 'src/OutputInternal.hxx')
-rw-r--r-- | src/OutputInternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index 7e615290e..6818dee14 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -24,6 +24,7 @@ #include "pcm/PcmBuffer.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" +#include "thread/Thread.hxx" #include <time.h> @@ -31,7 +32,6 @@ class Error; class Filter; class MusicPipe; struct config_param; -typedef struct _GThread GThread; typedef struct _GTimer GTimer; enum audio_output_command { @@ -200,7 +200,7 @@ struct audio_output { * The thread handle, or NULL if the output thread isn't * running. */ - GThread *thread; + Thread thread; /** * The next command to be performed by the output thread. |