diff -r e492551a0d54 -r 9d806967057c contentstorage/caclient/stub/inc/caobjectadapter.h --- a/contentstorage/caclient/stub/inc/caobjectadapter.h Tue Mar 23 23:28:12 2010 +0200 +++ b/contentstorage/caclient/stub/inc/caobjectadapter.h Tue Mar 23 23:42:03 2010 +0200 @@ -41,7 +41,7 @@ * @return QPixmap. */ static HbIcon makeIcon( - const CaEntry& entry, + const CaEntry &entry, const QSize &size); /** @@ -50,7 +50,7 @@ * @param id entry id. */ static void setId(CaEntry &entry, - int id); + int id); /** * Set icon description id. @@ -58,7 +58,7 @@ * @param id icon description id. */ static void setId(CaIconDescription &iconDescription, - int id); + int id); };