diff options
Diffstat (limited to 'plugins/simtech/mm-broadband-modem-simtech.h')
-rw-r--r-- | plugins/simtech/mm-broadband-modem-simtech.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/simtech/mm-broadband-modem-simtech.h b/plugins/simtech/mm-broadband-modem-simtech.h index 6ee32b1b..a2b57fea 100644 --- a/plugins/simtech/mm-broadband-modem-simtech.h +++ b/plugins/simtech/mm-broadband-modem-simtech.h @@ -29,9 +29,11 @@ typedef struct _MMBroadbandModemSimtech MMBroadbandModemSimtech; typedef struct _MMBroadbandModemSimtechClass MMBroadbandModemSimtechClass; +typedef struct _MMBroadbandModemSimtechPrivate MMBroadbandModemSimtechPrivate; struct _MMBroadbandModemSimtech { MMBroadbandModem parent; + MMBroadbandModemSimtechPrivate *priv; }; struct _MMBroadbandModemSimtechClass{ |