diff options
author | Gwangbok Kim <gwangbok.kim@samsung.com> | 2013-03-28 16:48:17 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit2@kim11> | 2013-03-28 16:48:17 +0900 |
commit | f8d7d6a09c5df13ba6ee1bee32e24cf948bb72cc (patch) | |
tree | 2cf2e5dd7053accafac3d124e94740875fefc526 /inc | |
parent | 7b1d63995ec003c5445ac31e3e4fcdd35a85d8ae (diff) | |
parent | b3baa273f3b13f6fbcb78bc8cdaa470bc2aac194 (diff) | |
download | social-f8d7d6a09c5df13ba6ee1bee32e24cf948bb72cc.tar.gz social-f8d7d6a09c5df13ba6ee1bee32e24cf948bb72cc.tar.bz2 social-f8d7d6a09c5df13ba6ee1bee32e24cf948bb72cc.zip |
Merge "add 'void' parameter for GetFavoritePersonsN()" into tizen_2.1
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 |