diff options
author | Ted Gould <ted@canonical.com> | 2009-01-29 09:01:07 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-29 09:01:07 -0600 |
commit | 492652a6018874e3471bf4275c540bf9655392de (patch) | |
tree | c1250154e7b5f213656af81f9fea649471797845 /libindicate | |
parent | b96eebb512beb2c82da1fcb9922300a8da10a8bb (diff) | |
download | libayatana-indicator-492652a6018874e3471bf4275c540bf9655392de.tar.gz libayatana-indicator-492652a6018874e3471bf4275c540bf9655392de.tar.bz2 libayatana-indicator-492652a6018874e3471bf4275c540bf9655392de.zip |
Adding a variable to make the compiler happier
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/indicator-message.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicate/indicator-message.c b/libindicate/indicator-message.c index 32cf000..00217d7 100644 --- a/libindicate/indicator-message.c +++ b/libindicate/indicator-message.c @@ -8,6 +8,7 @@ typedef struct _IndicateIndicatorMessagePrivate IndicateIndicatorMessagePrivate; struct _IndicateIndicatorMessagePrivate { + gchar * subtype; }; #define INDICATE_INDICATOR_MESSAGE_GET_PRIVATE(o) \ |