summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-20 11:52:06 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-20 11:52:06 +0100
commit66bac4dffdaca40ae6adcbbe4c95d8070b931b37 (patch)
treea250a3895f87f2d6a4e009cd1f87311aef47a7d5 /macosx
parent22178d6832115112656f145359d4acbd55770e43 (diff)
downloadqtlocation-mapboxgl-66bac4dffdaca40ae6adcbbe4c95d8070b931b37.tar.gz
rename map => Map
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index b053da148c..71ca005926 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -195,7 +195,7 @@ public:
GLFWwindow *window;
llmr::Settings_MacOSX settings;
- llmr::map map;
+ llmr::Map map;
};
NSOperationQueue *queue = NULL;