atk: GType foo(); is not a prototype, GType foo(void); is
authorMichael Natterer <mitch@gimp.org>
Sun, 27 Feb 2011 14:43:23 +0000 (15:43 +0100)
committerMichael Natterer <mitch@gimp.org>
Sun, 27 Feb 2011 14:43:23 +0000 (15:43 +0100)
atk/atktext.h

index 285f1ac..041b064 100755 (executable)
@@ -174,7 +174,7 @@ struct _AtkTextRange {
   gchar* content;
 };
 
-GType atk_text_range_get_type ();
+GType atk_text_range_get_type (void);
 
 /**
  *AtkTextClipType