]> err.no Git - libchamplain/commitdiff
Fix compilation warning
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Tue, 7 Apr 2009 12:28:24 +0000 (15:28 +0300)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 12 Apr 2009 01:41:48 +0000 (21:41 -0400)
champlain/champlain-marker.c

index 14d048020468bcaeba082a0acd0d8d413ecffbe3..0555157654275b25c5630552dc7073de7d41ea7a 100644 (file)
@@ -341,7 +341,7 @@ draw_marker (ChamplainMarker *marker)
 {
   ChamplainMarkerPrivate *priv = marker->priv;
   ClutterColor darker_color;
-  ClutterActor *actor = NULL, *text_actor, *image_actor, *bg;
+  ClutterActor *actor = NULL, *text_actor = NULL, *image_actor = NULL, *bg = NULL;
   cairo_t *cr;
   guint width = 0, height = 0, point;
   guint total_width = 0, total_height = 0;