From: curt Date: Mon, 26 Apr 2004 16:17:21 +0000 (+0000) Subject: Give these two methods slightly less misleading names. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ffeb174ca11d82ccc219cd55b54c32169dac94ef;p=simgear.git Give these two methods slightly less misleading names. --- diff --git a/simgear/bucket/newbucket.hxx b/simgear/bucket/newbucket.hxx index fe63fee8..1a1dbc7b 100644 --- a/simgear/bucket/newbucket.hxx +++ b/simgear/bucket/newbucket.hxx @@ -260,13 +260,13 @@ public: * @return the lon of the lower left corner of * the 1x1 chunk containing this tile. */ - inline int get_lon() const { return lon; } + inline int get_chunk_lon() const { return lon; } /** * @return the lat of the lower left corner of * the 1x1 chunk containing this tile. */ - inline int get_lat() const { return lat; } + inline int get_chunk_lat() const { return lat; } /** * @return the x coord within the 1x1 degree chunk this tile.