summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/MapMaker.java
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-29 18:44:01 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-29 18:44:01 +0800
commit35d91a285a22ade28638af7f7a26c2f47134ae1b (patch)
treec9a2660aa10eb04e9a7dba1479d9d0471675072e /client/Piztor/src/com/macaroon/piztor/MapMaker.java
parentd863b8381584e5ff2785d7e573c4f703270627f3 (diff)
parentbcebb79d624bcf8d3f93346de6f597e3c9fc88ba (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/MapMaker.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/MapMaker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/MapMaker.java b/client/Piztor/src/com/macaroon/piztor/MapMaker.java
index 3987cd6..05cf0b9 100644
--- a/client/Piztor/src/com/macaroon/piztor/MapMaker.java
+++ b/client/Piztor/src/com/macaroon/piztor/MapMaker.java
@@ -61,7 +61,7 @@ public class MapMaker extends Activity {
// MapView controlling component
private MapView mMapView = null;
- private MapController mMapController = null;
+ MapController mMapController = null;
// Default center
private final static GeoPoint sjtuCenter = new GeoPoint((int)(31.032247 * 1E6), (int)(121.445937 * 1E6));