From 190d8be71433435620f5ec0f640cc6aead4ccf04 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Mon, 13 Feb 2017 11:13:11 +0300 Subject: [PATCH] Fixed warning with incorrect forward declaration. --- drape_frontend/apply_feature_functors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drape_frontend/apply_feature_functors.hpp b/drape_frontend/apply_feature_functors.hpp index 8440d35c6c..22d3892510 100644 --- a/drape_frontend/apply_feature_functors.hpp +++ b/drape_frontend/apply_feature_functors.hpp @@ -23,7 +23,7 @@ class SymbolRuleProto; namespace ftypes { -class RoadShield; +struct RoadShield; } namespace df