Author: mordante
Date: Sat Aug 23 21:14:23 2008
New Revision: 28892

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28892&view=rev
Log:
Added constructor to initialize all members.

Modified:
    trunk/src/server/jwsmtp/mailer.h

Modified: trunk/src/server/jwsmtp/mailer.h
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/jwsmtp/mailer.h?rev=28892&r1=28891&r2=28892&view=diff
==============================================================================
--- trunk/src/server/jwsmtp/mailer.h (original)
+++ trunk/src/server/jwsmtp/mailer.h Sat Aug 23 21:14:23 2008
@@ -198,6 +198,13 @@
 
    // email address wrapper struct
    struct Address {
+       
+      Address() 
+               : name()
+               ,address()
+         {
+         }
+
       std::string name;    // e.g.   freddy foobar
       std::string address; // e.g.   [EMAIL PROTECTED]
    };


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to