aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r--camel/camel-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h
index 30da23c132..5c5b4ca253 100644
--- a/camel/camel-object.h
+++ b/camel/camel-object.h
@@ -175,7 +175,7 @@ CamelType camel_type_register(CamelType parent, const char * name, /*unsigned in
/* object class methods (types == classes now) */
const char *camel_type_to_name (CamelType type);
CamelType camel_name_to_type (const char *name);
-void camel_object_class_add_event (CamelObjectClass *class, const char *name, CamelObjectEventPrepFunc prep);
+void camel_object_class_add_event (CamelObjectClass *klass, const char *name, CamelObjectEventPrepFunc prep);
void camel_object_class_dump_tree (CamelType root);