mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add public defiiton, it is needed to reach the constructor.
This commit is contained in:
parent
40568118af
commit
f903f55430
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public class NearbyBaseMarker extends BaseMarkerOptions<NearbyMarker, NearbyBase
|
||||||
|
|
||||||
private Place place;
|
private Place place;
|
||||||
|
|
||||||
NearbyBaseMarker() {
|
public NearbyBaseMarker() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private NearbyBaseMarker(Parcel in) {
|
private NearbyBaseMarker(Parcel in) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue