forked from organicmaps/organicmaps
Compilation fixed.
This commit is contained in:
parent
6a2dc77f86
commit
5e10706e4d
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ public:
|
|||
|
||||
void SetRect(m2::RectD const & r)
|
||||
{
|
||||
m_stream.AddEvent(make_unique_dp<df::SetRectEvent>(r, false, -1, false /* isAnim */));
|
||||
m_stream.AddEvent(make_unique_dp<df::SetRectEvent>(r, false /* rotate */, -1,
|
||||
false /* isAnim */, false /* useVisibleViewport */));
|
||||
}
|
||||
|
||||
void AddExpectation(char const * action)
|
||||
|
|
Loading…
Add table
Reference in a new issue