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

Fix position_value to actually return the value.

parent 332151bd
Branches
No related merge requests found
......@@ -282,7 +282,7 @@ position_value
boost::shared_ptr<Wccl::Position> pos_lit;
}
: pos_lit = position_literal {
new Wccl::Constant<Wccl::Position>(*pos_lit);
val.reset(new Wccl::Constant<Wccl::Position>(*pos_lit));
}
;
......
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