diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-11-06 21:18:21 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-11-06 21:18:21 -0600 |
commit | 12437e9197ed19111cc15bfecd0f9ff0e25926cd (patch) | |
tree | 69030228963a29b3fb342f3d79586baa847658eb | |
parent | 9d88f5c12288602cd430e42e900bff244dd4baa0 (diff) | |
download | ayatana-ido-12437e9197ed19111cc15bfecd0f9ff0e25926cd.tar.gz ayatana-ido-12437e9197ed19111cc15bfecd0f9ff0e25926cd.tar.bz2 ayatana-ido-12437e9197ed19111cc15bfecd0f9ff0e25926cd.zip |
add missing G_BEGIN_DECLS call
-rw-r--r-- | src/idomessagedialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idomessagedialog.h b/src/idomessagedialog.h index 4313fb3..e11cd59 100644 --- a/src/idomessagedialog.h +++ b/src/idomessagedialog.h @@ -29,6 +29,8 @@ #ifndef __IDO_MESSAGE_DIALOG_H__ #define __IDO_MESSAGE_DIALOG_H__ +G_BEGIN_DECLS + #include <gtk/gtk.h> #define IDO_TYPE_MESSAGE_DIALOG (ido_message_dialog_get_type ()) |