[libchamplain] gpointer is already a pointer, no need for gpointer*
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] gpointer is already a pointer, no need for gpointer*
- Date: Fri, 12 Jun 2009 00:59:08 -0400 (EDT)
commit 539037f755f350edc078c47304ed182ecc185ad6
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Mon May 18 21:30:24 2009 +0200
gpointer is already a pointer, no need for gpointer*
champlain/champlain-map-source-desc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-map-source-desc.h b/champlain/champlain-map-source-desc.h
index 1840036..72dc79a 100644
--- a/champlain/champlain-map-source-desc.h
+++ b/champlain/champlain-map-source-desc.h
@@ -61,7 +61,7 @@ struct _ChamplainMapSourceDesc {
gint max_zoom_level;
ChamplainMapProjection projection;
ChamplainMapSourceConstructor constructor;
- gpointer *data;
+ gpointer data;
};
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]