From 207efa9abf003c9b35c9e91b45ed1caafc5c5056 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 4 Mar 2003 19:21:05 +0000 Subject: s/class/klass in one place so that the header is c++-safe. 2003-03-04 Jeffrey Stedfast * camel-object.h: s/class/klass in one place so that the header is c++-safe. svn path=/trunk/; revision=20140 --- camel/ChangeLog | 5 +++++ camel/camel-object.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 345a653cb8..d71a3f3cba 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2003-03-04 Jeffrey Stedfast + + * camel-object.h: s/class/klass in one place so that the header is + c++-safe. + 2003-03-03 Jeffrey Stedfast * camel-tcp-stream-openssl.c (camel_tcp_stream_ssl_new): Updated 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); -- cgit v1.2.3