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:
Diffstat (limited to 'drape_frontend/apply_feature_functors.cpp')
-rw-r--r--drape_frontend/apply_feature_functors.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/drape_frontend/apply_feature_functors.cpp b/drape_frontend/apply_feature_functors.cpp
index 2a85a282be..83e315085d 100644
--- a/drape_frontend/apply_feature_functors.cpp
+++ b/drape_frontend/apply_feature_functors.cpp
@@ -16,6 +16,7 @@
#include "drape/color.hpp"
#include "drape/stipple_pen_resource.hpp"
+#include "drape/utils/projection.hpp"
#include "graphics/defines.hpp"
@@ -146,8 +147,8 @@ ApplyPointFeature::ApplyPointFeature(EngineContext & context, TileKey tileKey,
FeatureID const & id, CaptionDescription const & captions)
: TBase(context, tileKey, id, captions)
, m_hasPoint(false)
- , m_symbolDepth(graphics::minDepth)
- , m_circleDepth(graphics::minDepth)
+ , m_symbolDepth(dp::minDepth)
+ , m_circleDepth(dp::minDepth)
, m_symbolRule(NULL)
, m_circleRule(NULL)
{