forked from organicmaps/organicmaps
[android] Fixed compilation.
This commit is contained in:
parent
0a61e6e5cd
commit
ede0d248e9
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ public class Metadata implements Parcelable
|
|||
// TODO: It is hacked in jni and returns full Wikipedia url. Should use separate getter instead.
|
||||
FMD_WIKIPEDIA(16),
|
||||
FMD_MAXSPEED(17),
|
||||
FMD_FLATS(18);
|
||||
FMD_FLATS(18),
|
||||
FMD_HEIGHT(19),
|
||||
FMD_MIN_HEIGHT(20),
|
||||
FMD_DENOMINATION(21);
|
||||
FMD_DENOMINATION(21),
|
||||
FMD_BUILDING_LEVELS(22);
|
||||
|
||||
private int mMetaType;
|
||||
|
|
Loading…
Add table
Reference in a new issue