diff -r 6c59112cfd31 -r 38bf5461e270 emailservices/nmclientapi/src/nmapifolder.cpp --- a/emailservices/nmclientapi/src/nmapifolder.cpp Thu Sep 30 11:43:07 2010 +0300 +++ b/emailservices/nmclientapi/src/nmapifolder.cpp Thu Oct 14 17:33:43 2010 +0300 @@ -68,7 +68,7 @@ { NM_FUNCTION; - bool returnValue = false; + bool returnValue(false); if (d == folder.d) { returnValue = true; } @@ -98,7 +98,7 @@ /*! getter for foldertype */ -EmailClientApi::NmApiEmailFolderType NmApiFolder::folderType() const +NmApiEmailFolderType NmApiFolder::folderType() const { NM_FUNCTION; @@ -128,7 +128,7 @@ /*! setter for foldertype */ -void NmApiFolder::setFolderType(EmailClientApi::NmApiEmailFolderType folderType) +void NmApiFolder::setFolderType(NmApiEmailFolderType folderType) { NM_FUNCTION;