summaryrefslogtreecommitdiff
path: root/atk/atktable.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/atktable.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/atktable.c')
-rwxr-xr-xatk/atktable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktable.c b/atk/atktable.c
index 012ad53..6f1b644 100755
--- a/atk/atktable.c
+++ b/atk/atktable.c
@@ -36,7 +36,7 @@ static void atk_table_base_init (gpointer *g_class);
static guint atk_table_signals[LAST_SIGNAL] = { 0 };
GType
-atk_table_get_type ()
+atk_table_get_type (void)
{
static GType type = 0;