summaryrefslogtreecommitdiff
path: root/atk/atkselection.c
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-02-11 16:38:45 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-02-11 16:38:45 +0000
commit59c9d3c27c3bcdf995b712db8699f916aeabb01f (patch)
treeb4ff706c2462dc1bd204a0142bde5adf1e42edc7 /atk/atkselection.c
parent44b64a02e1822abe2b9e91afe3bb859a7935eadb (diff)
downloadatk-59c9d3c27c3bcdf995b712db8699f916aeabb01f.tar.gz
declare function arguments as (void) rather than ()
2002-02-11 jacob berkman <jacob@ximian.com> * atk/atkselection.[ch] (atk_selection_get_type): * atk/atktable.[ch] (atk_table_get_type): * atk/atkregistry.h (atk_get_default_registry): * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): * atk/atkcomponent.[ch] (atk_component_get_type): * atk/atkaction.[ch] (atk_action_get_type): declare function arguments as (void) rather than ()
Diffstat (limited to 'atk/atkselection.c')
-rwxr-xr-xatk/atkselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkselection.c b/atk/atkselection.c
index cc157d7..4088fa8 100755
--- a/atk/atkselection.c
+++ b/atk/atkselection.c
@@ -29,7 +29,7 @@ static void atk_selection_base_init (gpointer *g_class);
static guint atk_selection_signals[LAST_SIGNAL] = { 0 };
GType
-atk_selection_get_type ()
+atk_selection_get_type (void)
{
static GType type = 0;