summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-04 19:21:05 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-04 19:21:05 +0000
commit58eaabceae449f649587105d125feabd14434422 (patch)
tree32cd4172bd3eecb3cf99b33e372616eb27d10964
parente99cb1d093f3a0fc33babf1ea04bae09814408d7 (diff)
downloadevolution-data-server-evolution-1-3-1-branch.tar.gz
s/class/klass in one place so that the header is c++-safe.EVOLUTION_1_3_1evolution-1-3-1-branch
2003-03-04 Jeffrey Stedfast <fejj@ximian.com> * camel-object.h: s/class/klass in one place so that the header is c++-safe.
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-object.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 345a653cb..d71a3f3cb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-04 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-object.h: s/class/klass in one place so that the header is
+ c++-safe.
+
2003-03-03 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-openssl.c (camel_tcp_stream_ssl_new): Updated
diff --git a/camel/camel-object.h b/camel/camel-object.h
index 30da23c13..5c5b4ca25 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);