From: Emmanuel Rodriguez Date: Tue, 16 Jun 2009 21:22:00 +0000 (+0200) Subject: champlain_tile_set_modified_time() takes a const GTimeVal X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9dd5f014f299742b6cb5bf641b01112da6e789;p=libchamplain champlain_tile_set_modified_time() takes a const GTimeVal --- diff --git a/champlain/champlain-tile.h b/champlain/champlain-tile.h index 3bc6d7b..1ce431d 100644 --- a/champlain/champlain-tile.h +++ b/champlain/champlain-tile.h @@ -91,7 +91,7 @@ void champlain_tile_set_content (ChamplainTile *self, void champlain_tile_set_etag (ChamplainTile *self, const gchar *etag); void champlain_tile_set_modified_time (ChamplainTile *self, - GTimeVal *time); + const GTimeVal *time); G_END_DECLS