aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-moto-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mm-plugin-moto-c.h')
-rw-r--r--plugins/mm-plugin-moto-c.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/mm-plugin-moto-c.h b/plugins/mm-plugin-moto-c.h
index effd2e4f..8583607b 100644
--- a/plugins/mm-plugin-moto-c.h
+++ b/plugins/mm-plugin-moto-c.h
@@ -18,6 +18,7 @@
#define MM_PLUGIN_MOTO_C_H
#include "mm-plugin.h"
+#include "mm-plugin-base.h"
#include "mm-generic-gsm.h"
#define MM_TYPE_PLUGIN_MOTO_C (mm_plugin_moto_c_get_type ())
@@ -28,11 +29,11 @@
#define MM_PLUGIN_MOTO_C_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_MOTO_C, MMPluginMotoCClass))
typedef struct {
- GObject parent;
+ MMPluginBase parent;
} MMPluginMotoC;
typedef struct {
- GObjectClass parent;
+ MMPluginBaseClass parent;
} MMPluginMotoCClass;
GType mm_plugin_moto_c_get_type (void);