Compilation fixed.

This commit is contained in:
Daria Volvenkova 2019-04-19 19:27:51 +03:00 committed by Roman Kuznetsov
parent 6a2dc77f86
commit 5e10706e4d

View file

@ -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)