summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-16 08:50:24 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-16 08:50:24 -0700
commit7000a4faf082b899c97923168fba343dff2888f4 (patch)
treea9c4f798f03bec30118807f15db3e028c22a7fe0 /macosx
parent39bd83946fc36d3400682eb68ee9841eb1f9cd10 (diff)
parentac25d32a094f83ed51d5854c9f234b10eedbeac0 (diff)
downloadqtlocation-mapboxgl-7000a4faf082b899c97923168fba343dff2888f4.tar.gz
Merge pull request #1250 from mapbox/1250-separate-thread-object
Separate objects from Thread management
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 087544f7c4..add7631893 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -4,7 +4,7 @@
#include <mbgl/platform/darwin/Reachability.h>
#include <mbgl/platform/default/glfw_view.hpp>
#include <mbgl/storage/default_file_source.hpp>
-#include <mbgl/storage/default/sqlite_cache.hpp>
+#include <mbgl/storage/sqlite_cache.hpp>
#include <mbgl/storage/network_status.hpp>
#include <mbgl/util/geo.hpp>