forked from organicmaps/organicmaps
Review fix
This commit is contained in:
parent
21ec3493c3
commit
7d1a6801ee
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
using TPointSeq = vector<m2::PointD>;
|
||||
using TGeometry = list<TPointSeq>;
|
||||
|
||||
typedef vector<char> TBuffer;
|
||||
using TBuffer = vector<char>;
|
||||
|
||||
FeatureBuilder1();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue