emailservices/nmclientapi/src/nmapimailbox.cpp
changeset 76 38bf5461e270
parent 48 10eaf342f539
--- a/emailservices/nmclientapi/src/nmapimailbox.cpp	Thu Sep 30 11:43:07 2010 +0300
+++ b/emailservices/nmclientapi/src/nmapimailbox.cpp	Thu Oct 14 17:33:43 2010 +0300
@@ -67,7 +67,7 @@
 {
     NM_FUNCTION;
     
-    bool returnValue = false;
+    bool returnValue(false);
     if (d == mailbox.d) {
         returnValue = true;
     }