diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-09 15:59:09 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-09 15:59:09 +0200 |
commit | 526fdf477edc40452c18b51e13cbdffaa69de52b (patch) | |
tree | dd73763b097fca2a86288bcb55881a96f3e5faaf /backends/pulse/pulse-ext-stream.h | |
parent | b4695e82ae0cc3183e9d3be4fca191394292609f (diff) | |
parent | 0ab66491e3847f6de92fc5358e9687c6d2f458ce (diff) | |
download | libmatemixer-526fdf477edc40452c18b51e13cbdffaa69de52b.tar.bz2 libmatemixer-526fdf477edc40452c18b51e13cbdffaa69de52b.tar.xz |
Merge branch 'after-gsoc'
Diffstat (limited to 'backends/pulse/pulse-ext-stream.h')
-rw-r--r-- | backends/pulse/pulse-ext-stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/pulse/pulse-ext-stream.h b/backends/pulse/pulse-ext-stream.h index b667dc7..af3d75f 100644 --- a/backends/pulse/pulse-ext-stream.h +++ b/backends/pulse/pulse-ext-stream.h @@ -47,7 +47,7 @@ typedef struct _PulseExtStreamPrivate PulseExtStreamPrivate; struct _PulseExtStream { - PulseStreamControl parent; + MateMixerStoredControl parent; /*< private >*/ PulseExtStreamPrivate *priv; @@ -55,7 +55,7 @@ struct _PulseExtStream struct _PulseExtStreamClass { - PulseStreamControlClass parent_class; + MateMixerStoredControlClass parent_class; }; GType pulse_ext_stream_get_type (void) G_GNUC_CONST; |