diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclAddressbookManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/FSclAddressbookManager.h b/inc/FSclAddressbookManager.h index 0ba6033..5b9bf9a 100644 --- a/inc/FSclAddressbookManager.h +++ b/inc/FSclAddressbookManager.h @@ -837,7 +837,7 @@ public: * <a href="../org.tizen.native.appprogramming/html/basics_tizen_programming/exception_check.htm">here</a>. * @see SetPersonAsFavorite() */ - Tizen::Base::Collection::IList* GetFavoritePersonsN() const; + Tizen::Base::Collection::IList* GetFavoritePersonsN(void) const; /** * Searches the persons that contains the specified @c keyword string in its properties. @n |