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

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