forked from organicmaps/organicmaps
[iOS] Fixed compilation
This commit is contained in:
parent
23a6ed51b0
commit
ac5a2c6ae9
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ NSString * const CloudErrorToString(Cloud::SynchronizationResult result)
|
|||
|
||||
+ (BOOL)areAllCategoriesInvisible
|
||||
{
|
||||
return GetFramework().GetBookmarkManager().AreAllCategoriesInvisible();
|
||||
return GetFramework().GetBookmarkManager().AreAllCategoriesInvisible(BookmarkManager::CategoryFilterType::All);
|
||||
}
|
||||
|
||||
+ (void)setNotificationsEnabled:(BOOL)enabled
|
||||
|
|
Loading…
Add table
Reference in a new issue