Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2014-08-07 01:45:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:03 +0300
commitbaf239aef8bfbc76b2e1b09c5dc59b8463160a3b (patch)
treec9896e450a4a8a7113b94a74809d7dbc7cb98eeb /map/navigator.hpp
parent180657e756fefbe5d601c64b860ee470217b4956 (diff)
[c++11] Migrated from scoped_ptr to unique_ptr
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 1ea971d9f5..54d87dc3cb 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -9,7 +9,6 @@
#include "../base/scheduled_task.hpp"
#include "../std/function.hpp"
-#include "../std/scoped_ptr.hpp"
#include "../std/shared_ptr.hpp"
/// Calculates screen parameters in navigation (dragging, scaling, etc.).