Author: mordante
Date: Sun Mar  6 19:27:36 2011
New Revision: 48791

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

Modified:
    trunk/src/gui/auxiliary/event/dispatcher.hpp

Modified: trunk/src/gui/auxiliary/event/dispatcher.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/auxiliary/event/dispatcher.hpp?rev=48791&r1=48790&r2=48791&view=diff
==============================================================================
--- trunk/src/gui/auxiliary/event/dispatcher.hpp (original)
+++ trunk/src/gui/auxiliary/event/dispatcher.hpp Sun Mar  6 19:27:36 2011
@@ -524,6 +524,13 @@
        template<class T>
        struct tsignal
        {
+               tsignal()
+                       : pre_child()
+                       , child()
+                       , post_child()
+               {
+               }
+
                std::vector<T> pre_child;
                std::vector<T> child;
                std::vector<T> post_child;


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

Reply via email to