summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-03 16:02:13 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-03 16:02:13 +0100
commit0a6dbc8064c383ba05b7371bb6cbcc3c1d1da6cd (patch)
tree2323afab6d15242c9ff37ed7aa733c1284f3fc6d /macosx
parent2e0681e2d611d597a9ada74053c582d5d27a31b9 (diff)
parent57dafc6d4c75029935f856549637a38d05a2b662 (diff)
downloadqtlocation-mapboxgl-0a6dbc8064c383ba05b7371bb6cbcc3c1d1da6cd.tar.gz
Merge branch 'nostencil'
Conflicts: macosx/main.mm src/map/map.cpp
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index bed18013cb..8e9ec099a2 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -228,7 +228,6 @@ public:
};
MapView *mapView;
-NSOperationQueue *queue;
namespace llmr {
namespace platform {
@@ -240,7 +239,8 @@ void restart() {
[[NSApplication sharedApplication] postEvent: [NSEvent eventWithCGEvent:event] atStart:NO];
}
-struct Request {
+class Request {
+public:
int16_t identifier;
std::string original_url;
};