summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2011-02-27 15:43:23 +0100
committerMichael Natterer <mitch@gimp.org>2011-02-27 15:43:23 +0100
commit63557a35de3ed6adb477888c94b6c7828b8bed83 (patch)
tree2848ba904306a1ef22ed77596b12459f25deab4d
parentc0a9b468cfd2b8a422a49b3d75c852d38e64db12 (diff)
downloadatk-63557a35de3ed6adb477888c94b6c7828b8bed83.tar.gz
atk: GType foo(); is not a prototype, GType foo(void); is
-rwxr-xr-xatk/atktext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktext.h b/atk/atktext.h
index 285f1ac..041b064 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -174,7 +174,7 @@ struct _AtkTextRange {
gchar* content;
};
-GType atk_text_range_get_type ();
+GType atk_text_range_get_type (void);
/**
*AtkTextClipType