| Index: Source/modules/geofencing/NavigatorGeofencing.cpp
|
| diff --git a/Source/modules/geofencing/NavigatorGeofencing.cpp b/Source/modules/geofencing/NavigatorGeofencing.cpp
|
| index 4a50edbf34bad7cac52c95bf0035aec01aafc3dd..718d59ffc0f1471b7dc178306589f24824376509 100644
|
| --- a/Source/modules/geofencing/NavigatorGeofencing.cpp
|
| +++ b/Source/modules/geofencing/NavigatorGeofencing.cpp
|
| @@ -41,7 +41,7 @@ Geofencing* NavigatorGeofencing::geofencing(Navigator& navigator)
|
| Geofencing* NavigatorGeofencing::geofencing()
|
| {
|
| if (!m_geofencing)
|
| - m_geofencing = Geofencing::create();
|
| + m_geofencing = Geofencing::create(nullptr);
|
| return m_geofencing.get();
|
| }
|
|
|
|
|