Forgot one

This commit is contained in:
bsudekum
2015-12-24 12:22:48 -06:00
parent dc07e36d6d
commit c1f2a4de05
@@ -97,7 +97,7 @@ public class ReactNativeMapboxGLModule extends ReactContextBaseJavaModule {
}
@ReactMethod
public void removeAllAnnotations(String mapRef) {
public void removeAllAnnotations(int mapRef) {
aPackage.getManager().removeAllAnnotations(aPackage.getManager().getMapView(), true);
}