From de9dd5f014f299742b6cb5bf641b01112da6e789 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 16 Jun 2009 23:22:00 +0200 Subject: [PATCH] champlain_tile_set_modified_time() takes a const GTimeVal --- champlain/champlain-tile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5