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-03-31 11:40:18 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:12 +0300
commit475d0bcbcc7514e770818b8d17f4156ec5842c15 (patch)
tree9442f7cc15c98ee4054269e6d21e5d32438b2800 /drape_frontend/apply_feature_functors.hpp
parentbd950780e20ed589d30a86c0aef0d063f36a4ebe (diff)
review fixes
Diffstat (limited to 'drape_frontend/apply_feature_functors.hpp')
-rw-r--r--drape_frontend/apply_feature_functors.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape_frontend/apply_feature_functors.hpp b/drape_frontend/apply_feature_functors.hpp
index c44fa56f2a..396f867311 100644
--- a/drape_frontend/apply_feature_functors.hpp
+++ b/drape_frontend/apply_feature_functors.hpp
@@ -24,13 +24,14 @@ public:
BaseApplyFeature(EngineContext & context, FeatureID const & id,
CaptionDescription const & captions);
+ virtual ~BaseApplyFeature() {}
+
protected:
void ExtractCaptionParams(CaptionDefProto const * primaryProto,
CaptionDefProto const * secondaryProto,
double depth,
TextViewParams & params) const;
-protected:
EngineContext & m_context;
FeatureID m_id;
CaptionDescription const & m_captions;