Fixes for variable shadowing (10/28)
This commit is contained in:
parent
36b541ac42
commit
e644d364a1
1 changed files with 2 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue