diff options
author | Gwangbok Kim <gwangbok.kim@samsung.com> | 2013-03-28 16:37:13 +0900 |
---|---|---|
committer | Gwangbok Kim <gwangbok.kim@samsung.com> | 2013-03-28 16:37:13 +0900 |
commit | b3baa273f3b13f6fbcb78bc8cdaa470bc2aac194 (patch) | |
tree | e55e89d8d7b71209ad26fb3dc020cb727b781f69 /inc | |
parent | ef5de86950822c88b7380c44f657d1105ea22446 (diff) | |
download | social-b3baa273f3b13f6fbcb78bc8cdaa470bc2aac194.tar.gz social-b3baa273f3b13f6fbcb78bc8cdaa470bc2aac194.tar.bz2 social-b3baa273f3b13f6fbcb78bc8cdaa470bc2aac194.zip |
add 'void' parameter for GetFavoritePersonsN()
Change-Id: I674e48a8b4b9538b2321604b3345ff6ea6c85f5a
Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
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 |