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>2015-07-05 16:12:53 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:29 +0300
commitfba6407706ef63c4427614c2dc12dd7d37f9661e (patch)
treeaba8bc95c8b892e1ae181d3200c606daa3163c24 /map/track.hpp
parent7d2fd004de5c0c33df6f0d8655572f19a531f0cc (diff)
[drape] rebase fixes
Diffstat (limited to 'map/track.hpp')
-rw-r--r--map/track.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/track.hpp b/map/track.hpp
index 9b9df86d47..d3ac8ef85c 100644
--- a/map/track.hpp
+++ b/map/track.hpp
@@ -15,7 +15,7 @@ namespace location
class Track : public df::UserLineMark
{
- DISALLOW_COPY_AND_MOVE(Track)
+ DISALLOW_COPY_AND_MOVE(Track);
public:
using PolylineD = m2::PolylineD;