Fixes for variable shadowing (10/28)

This commit is contained in:
John Wiegley 2012-02-17 14:27:39 -06:00
parent 36b541ac42
commit e644d364a1

View file

@ -98,9 +98,8 @@ void draft_t::parse_args(const value_t& args)
tmpl = xact_template_t();
optional<date_time::weekdays> weekday;
xact_template_t::post_template_t * post = NULL;
optional<date_time::weekdays> weekday;
xact_template_t::post_template_t * post = NULL;
value_t::sequence_t::const_iterator begin = args.begin();
value_t::sequence_t::const_iterator end = args.end();