From 8cefa2e7cbee8ad46261b83905bc283a8e67fb4c Mon Sep 17 00:00:00 2001
From: Thomas Rasch <thomas@fook.de>
Date: Tue, 12 Jun 2012 14:08:01 +0200
Subject: [PATCH] o Renamed RMTileDump to RMLogTile

---
 MapView/Map/RMTile.c | 2 +-
 MapView/Map/RMTile.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MapView/Map/RMTile.c b/MapView/Map/RMTile.c
index 568e400..8262a5f 100644
--- a/MapView/Map/RMTile.c
+++ b/MapView/Map/RMTile.c
@@ -97,7 +97,7 @@ RMTileRect RMTileRectRound(RMTileRect rect)
 }
 
 // Dump a description of the tile to the console
-void RMTileDump(RMTile tile)
+void RMLogTile(RMTile tile)
 {
     printf("Tile at (%d,%d), zoom %hi\n", tile.x, tile.y, tile.zoom);
 }
diff --git a/MapView/Map/RMTile.h b/MapView/Map/RMTile.h
index af5fdb5..bbd0dd3 100644
--- a/MapView/Map/RMTile.h
+++ b/MapView/Map/RMTile.h
@@ -74,6 +74,6 @@ uint64_t RMTileKey(RMTile tile);
 RMTileRect RMTileRectRound(RMTileRect rect);
 
 /// Dump a description of the tile to the console
-void RMTileDump(RMTile tile);
+void RMLogTile(RMTile tile);
 
 #endif
--
libgit2 0.24.0