forked from organicmaps/organicmaps
fix: Compilation error under Windows.
This commit is contained in:
parent
0c1fbf4cf7
commit
2450645e0a
1 changed files with 3 additions and 0 deletions
|
@ -1373,6 +1373,9 @@ bool Framework::IsGpsTrackingEnabled() const
|
|||
|
||||
void Framework::SetGpsTrackingDuration(hours duration)
|
||||
{
|
||||
uint32_t const hours = duration.count();
|
||||
Settings::Set(kGpsTrackingDurationHours, hours);
|
||||
|
||||
m_gpsTrack.SetDuration(duration);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue