Merge pull request #5705 from igrechuhin/wtf

[wtf] Build fix.
This commit is contained in:
Arsentiy Milchakov 2017-03-28 10:46:26 +03:00 committed by GitHub
commit 7765e4bf29

View file

@ -264,7 +264,7 @@ void logSponsoredEvent(MWMPlacePageData * data, NSString * eventName)
- (void)addBookmark
{
[Statistics logEvent:kStatBookmarkCreated]
[Statistics logEvent:kStatBookmarkCreated];
[self.data updateBookmarkStatus:YES];
[self.layout reloadBookmarkSection:YES];
}