diff options
Diffstat (limited to 'src/empathy-audio-sink.h')
-rw-r--r-- | src/empathy-audio-sink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-audio-sink.h b/src/empathy-audio-sink.h index 21ebf2b5a..cc21fc467 100644 --- a/src/empathy-audio-sink.h +++ b/src/empathy-audio-sink.h @@ -28,6 +28,7 @@ G_BEGIN_DECLS typedef struct _EmpathyGstAudioSink EmpathyGstAudioSink; typedef struct _EmpathyGstAudioSinkClass EmpathyGstAudioSinkClass; +typedef struct _EmpathyGstAudioSinkPrivate EmpathyGstAudioSinkPrivate; struct _EmpathyGstAudioSinkClass { GstBinClass parent_class; @@ -35,6 +36,7 @@ struct _EmpathyGstAudioSinkClass { struct _EmpathyGstAudioSink { GstBin parent; + EmpathyGstAudioSinkPrivate *priv; }; GType empathy_audio_sink_get_type (void); |