diff options
author | Michal Ratajsky <[email protected]> | 2014-09-07 23:07:49 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-09-07 23:07:49 +0200 |
commit | 3c4f6e0bfbc6fdca6f0e18c83a02fbfd050d1083 (patch) | |
tree | c48eaac68865a29caa74f80976aefe00d8e27861 /backends/pulse/pulse-ext-stream.h | |
parent | 5997585cc046956479feffea7c414bea2814d403 (diff) | |
download | libmatemixer-3c4f6e0bfbc6fdca6f0e18c83a02fbfd050d1083.tar.bz2 libmatemixer-3c4f6e0bfbc6fdca6f0e18c83a02fbfd050d1083.tar.xz |
Turn MateMixerStoredControl into an abstract class
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; |