declare function arguments as (void) rather than ()
[platform/upstream/atk.git] / atk / atkobjectfactory.h
index 98c72b1..bbd5981 100755 (executable)
@@ -51,7 +51,7 @@ struct _AtkObjectFactoryClass
   GType      (* get_accessible_type)    (void);
 };
 
-GType atk_object_factory_get_type();
+GType atk_object_factory_get_type(void);
 
 AtkObject* atk_object_factory_create_accessible (AtkObjectFactory *factory, GObject *obj);
 void       atk_object_factory_invalidate (AtkObjectFactory *factory);