Review fix

This commit is contained in:
Sergey Yershov 2015-09-29 14:05:36 +03:00 committed by Sergey Yershov
parent 21ec3493c3
commit 7d1a6801ee

View file

@ -22,7 +22,7 @@ public:
using TPointSeq = vector<m2::PointD>;
using TGeometry = list<TPointSeq>;
typedef vector<char> TBuffer;
using TBuffer = vector<char>;
FeatureBuilder1();