Skip to content
Snippets Groups Projects
Commit 107eb0fd authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fix build issue.

parent aabc6962
Branches
No related merge requests found
......@@ -24,10 +24,9 @@ public:
const TSetFunctionPtr& attribs_expr,
const TSetFunctionPtr& mask_expr)
: left_pos_expr_(left_pos_expr),
right_pos_expr(right_pos_expr),
right_pos_expr_(right_pos_expr),
attribs_expr_(attribs_expr),
mask_expr_(mask_expr),
mask_expr_(mask_expr)
{
BOOST_ASSERT(left_pos_expr_);
BOOST_ASSERT(right_pos_expr_);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment