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

Merge branch 'master' into win32-compat

parents 3eef1ee6 a48ef0b5
Branches
No related merge requests found
...@@ -273,7 +273,7 @@ position_value ...@@ -273,7 +273,7 @@ position_value
boost::shared_ptr<Wccl::Position> pos_lit; boost::shared_ptr<Wccl::Position> pos_lit;
} }
: pos_lit = position_literal { : 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