From 2ee1fe41786742332d190b01e28ba88a72c59f43 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 13 Jan 2016 16:31:54 -0800 Subject: =?UTF-8?q?[core]=20std::shared=5Fptr=20?= =?UTF-8?q?=E2=87=A2=20const=20Response&?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mbgl/storage/sqlite_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mbgl/storage/sqlite_cache.hpp b/src/mbgl/storage/sqlite_cache.hpp index ed94dfbc8c..76e7aed440 100644 --- a/src/mbgl/storage/sqlite_cache.hpp +++ b/src/mbgl/storage/sqlite_cache.hpp @@ -30,7 +30,7 @@ public: using Callback = std::function)>; std::unique_ptr get(const Resource&, Callback); - void put(const Resource&, std::shared_ptr response, Hint hint); + void put(const Resource&, const Response&, Hint hint); class Impl; -- cgit v1.2.1