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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-11 15:47:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:06 +0300
commitd66a7d68983bdd13923646322e147daa0acb783f (patch)
tree3b37029d08d68df626730ba264c6daa2ab2b3125 /map/bookmark.cpp
parent418be3bce3fcdfee027b5ade271742a16cde8a98 (diff)
[core] add new routing logic
Diffstat (limited to 'map/bookmark.cpp')
-rw-r--r--map/bookmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/bookmark.cpp b/map/bookmark.cpp
index f5120dbc8d..36f3ab245e 100644
--- a/map/bookmark.cpp
+++ b/map/bookmark.cpp
@@ -26,7 +26,7 @@
#include "../std/algorithm.hpp"
#include "../std/auto_ptr.hpp"
-UserMarkCopy *Bookmark::Copy() const
+UserMarkCopy * Bookmark::Copy() const
{
return new UserMarkCopy(this, false);
}