Author: silene
Date: Sun Apr 12 16:13:42 2009
New Revision: 34784
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34784&view=rev
Log:
Removed config::child_iterator default constructor.
Modified:
trunk/src/config.hpp
Modified: trunk/src/config.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/config.hpp?rev=34784&r1=34783&r2=34784&view=diff
==============================================================================
--- trunk/src/config.hpp (original)
+++ trunk/src/config.hpp Sun Apr 12 16:13:42 2009
@@ -108,7 +108,7 @@
typedef config *pointer;
typedef config &reference;
typedef child_list::iterator Itor;
- explicit child_iterator(const Itor &i = Itor()): i_(i) {}
+ explicit child_iterator(const Itor &i): i_(i) {}
child_iterator &operator++() { ++i_; return *this; }
child_iterator operator++(int) { return child_iterator(i_++); }
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits